Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=106
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=107", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=105", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 106, "results": [ { "start": 821091167, "stop": 821091767 }, { "start": 821091943, "stop": 821093503 }, { "start": 821093682, "stop": 821096352 }, { "start": 821096502, "stop": 821098542 }, { "start": 821100052, "stop": 821100292 }, { "start": 821101828, "stop": 821104828 }, { "start": 821104971, "stop": 821105271 }, { "start": 821105410, "stop": 821106310 }, { "start": 821107354, "stop": 821107534 }, { "start": 821108300, "stop": 821108360 }, { "start": 821108528, "stop": 821108588 }, { "start": 821108760, "stop": 821109000 }, { "start": 821110020, "stop": 821110350 }, { "start": 821111735, "stop": 821111795 }, { "start": 821124705, "stop": 821124945 }, { "start": 821140211, "stop": 821141351 }, { "start": 821141496, "stop": 821141736 }, { "start": 821141898, "stop": 821142138 }, { "start": 821142360, "stop": 821142660 }, { "start": 821142976, "stop": 821143276 } ] }