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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16007
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16008", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16006", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 16007, "results": [ { "start": 971549543, "stop": 971549551 }, { "start": 971549554, "stop": 971549579 }, { "start": 971549585, "stop": 971549608 }, { "start": 971549611, "stop": 971549636 }, { "start": 971549639, "stop": 971549648 }, { "start": 971549651, "stop": 971549666 }, { "start": 971549669, "stop": 971549719 }, { "start": 971549722, "stop": 971549724 }, { "start": 971549750, "stop": 971549756 }, { "start": 971549763, "stop": 971549877 }, { "start": 971550218, "stop": 971550230 }, { "start": 971550233, "stop": 971550275 }, { "start": 971550293, "stop": 971550348 }, { "start": 971550351, "stop": 971550404 }, { "start": 971550407, "stop": 971550445 }, { "start": 971550448, "stop": 971550575 }, { "start": 971550578, "stop": 971550608 }, { "start": 971550611, "stop": 971550663 }, { "start": 971550666, "stop": 971550700 }, { "start": 971550703, "stop": 971550866 } ] }