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_CAT2/segments?format=api&page=1246
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1247", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1245", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1246, "results": [ { "start": 957501127, "stop": 957501146 }, { "start": 957501148, "stop": 957501224 }, { "start": 957501226, "stop": 957501450 }, { "start": 957501452, "stop": 957501613 }, { "start": 957501615, "stop": 957501767 }, { "start": 957501768, "stop": 957502307 }, { "start": 957502309, "stop": 957502379 }, { "start": 957502381, "stop": 957502463 }, { "start": 957502465, "stop": 957502854 }, { "start": 957502856, "stop": 957503088 }, { "start": 957503090, "stop": 957503174 }, { "start": 957503175, "stop": 957503437 }, { "start": 957503439, "stop": 957503816 }, { "start": 957503817, "stop": 957503909 }, { "start": 957503910, "stop": 957504377 }, { "start": 957504379, "stop": 957504558 }, { "start": 957504559, "stop": 957504735 }, { "start": 957504737, "stop": 957505206 }, { "start": 957505208, "stop": 957505948 }, { "start": 957505950, "stop": 957506009 } ] }