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=15689
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15690", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15688", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15689, "results": [ { "start": 971161464, "stop": 971161465 }, { "start": 971161468, "stop": 971161470 }, { "start": 971161476, "stop": 971161477 }, { "start": 971161480, "stop": 971161482 }, { "start": 971161485, "stop": 971161490 }, { "start": 971161491, "stop": 971161492 }, { "start": 971161498, "stop": 971161500 }, { "start": 971161501, "stop": 971161504 }, { "start": 971161506, "stop": 971161507 }, { "start": 971161508, "stop": 971161512 }, { "start": 971161514, "stop": 971161515 }, { "start": 971161518, "stop": 971161530 }, { "start": 971161531, "stop": 971161535 }, { "start": 971161536, "stop": 971161537 }, { "start": 971161548, "stop": 971161549 }, { "start": 971161557, "stop": 971161559 }, { "start": 971161560, "stop": 971161571 }, { "start": 971161572, "stop": 971161574 }, { "start": 971161575, "stop": 971161579 }, { "start": 971161582, "stop": 971161583 } ] }