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_CAT4/segments?format=api&page=88
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=89", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=87", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 88, "results": [ { "start": 816851299, "stop": 816851318 }, { "start": 816851335, "stop": 816851385 }, { "start": 816851424, "stop": 816851455 }, { "start": 816851474, "stop": 816851504 }, { "start": 816852661, "stop": 816852747 }, { "start": 816852770, "stop": 816852787 }, { "start": 816852804, "stop": 816852820 }, { "start": 816852837, "stop": 816852840 }, { "start": 816852900, "stop": 816852901 }, { "start": 816852921, "stop": 816852935 }, { "start": 816852971, "stop": 816852996 }, { "start": 816853107, "stop": 816853166 }, { "start": 816853191, "stop": 816853193 }, { "start": 816853213, "stop": 816853331 }, { "start": 816853351, "stop": 816853373 }, { "start": 816853441, "stop": 816853464 }, { "start": 816853519, "stop": 816853532 }, { "start": 816853635, "stop": 816853690 }, { "start": 816853726, "stop": 816853739 }, { "start": 816853927, "stop": 816853939 } ] }