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_H2L1/segments?format=api&page=749
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=750", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=748", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 749, "results": [ { "start": 858708800, "stop": 858708860 }, { "start": 858709010, "stop": 858709190 }, { "start": 858709250, "stop": 858709490 }, { "start": 858709520, "stop": 858709700 }, { "start": 858709730, "stop": 858710150 }, { "start": 858710240, "stop": 858710660 }, { "start": 858710690, "stop": 858711200 }, { "start": 858711230, "stop": 858717710 }, { "start": 858717921, "stop": 858718461 }, { "start": 858719404, "stop": 858721024 }, { "start": 858721255, "stop": 858721435 }, { "start": 858727222, "stop": 858730882 }, { "start": 858731165, "stop": 858738545 }, { "start": 858738723, "stop": 858741183 }, { "start": 858742434, "stop": 858752334 }, { "start": 858753640, "stop": 858765880 }, { "start": 858766601, "stop": 858771881 }, { "start": 858773405, "stop": 858782105 }, { "start": 858782135, "stop": 858782315 }, { "start": 858782345, "stop": 858784145 } ] }