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_CAT3/segments?format=api&page=330
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=331", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=329", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 330, "results": [ { "start": 818744198, "stop": 818744209 }, { "start": 818744259, "stop": 818744260 }, { "start": 818744355, "stop": 818744402 }, { "start": 818744540, "stop": 818744592 }, { "start": 818744630, "stop": 818744676 }, { "start": 818744696, "stop": 818744729 }, { "start": 818744748, "stop": 818744802 }, { "start": 818744805, "stop": 818744806 }, { "start": 818744860, "stop": 818744884 }, { "start": 818745004, "stop": 818745008 }, { "start": 818745088, "stop": 818745099 }, { "start": 818745118, "stop": 818745133 }, { "start": 818745180, "stop": 818745194 }, { "start": 818745241, "stop": 818745244 }, { "start": 818745263, "stop": 818745267 }, { "start": 818745287, "stop": 818745297 }, { "start": 818745377, "stop": 818745378 }, { "start": 818745403, "stop": 818745412 }, { "start": 818745431, "stop": 818745462 }, { "start": 818745575, "stop": 818745576 } ] }