About code of python

why o2, o3 not running in the below code:
from gwosc.datasets import run_segment
print(run_segment(‘O1’))

Hi Khyati,

It works for me:

>>> from gwosc.datasets import run_segment
>>> print(run_segment("O1"))
(1126051217, 1137254417)

What gwosc client version are you using? What’s the error you see? It could be that it the server was temporarily down. Can you try again?