Add ObsBlock split function
It should be possible to split one observation block in two:
obs_block.split('2032-01-01T12:34:56', gap='1h', ref='start|end|center')
- It should be possible to specify a time gap between the blocks.
- It should be possible to specify the reference location of the gap with respect to provided time.