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_CBCHIGH_CAT2/segments?format=api&page=52
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=53", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=51", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 52, "results": [ { "start": 817467476, "stop": 817467651 }, { "start": 817467654, "stop": 817473056 }, { "start": 817473061, "stop": 817473072 }, { "start": 817473075, "stop": 817473088 }, { "start": 817473094, "stop": 817473095 }, { "start": 817473098, "stop": 817473111 }, { "start": 817473114, "stop": 817473120 }, { "start": 817474958, "stop": 817475144 }, { "start": 817475148, "stop": 817475158 }, { "start": 817475161, "stop": 817475266 }, { "start": 817475269, "stop": 817475698 }, { "start": 817475701, "stop": 817476598 }, { "start": 817476601, "stop": 817476646 }, { "start": 817477300, "stop": 817477512 }, { "start": 817477517, "stop": 817477530 }, { "start": 817477535, "stop": 817477536 }, { "start": 817477539, "stop": 817477591 }, { "start": 817513848, "stop": 817523255 }, { "start": 817523258, "stop": 817523483 }, { "start": 817523486, "stop": 817524639 } ] }