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=305
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=306", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=304", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 305, "results": [ { "start": 818491899, "stop": 818491938 }, { "start": 818491967, "stop": 818492022 }, { "start": 818492043, "stop": 818492076 }, { "start": 818492108, "stop": 818492175 }, { "start": 818492199, "stop": 818492229 }, { "start": 818492265, "stop": 818492281 }, { "start": 818492302, "stop": 818492350 }, { "start": 818492370, "stop": 818492395 }, { "start": 818492423, "stop": 818492504 }, { "start": 818492542, "stop": 818492600 }, { "start": 818492623, "stop": 818492637 }, { "start": 818492666, "stop": 818492667 }, { "start": 818492688, "stop": 818492712 }, { "start": 818492757, "stop": 818492788 }, { "start": 818492812, "stop": 818492935 }, { "start": 818492958, "stop": 818493056 }, { "start": 818493088, "stop": 818493156 }, { "start": 818493183, "stop": 818493188 }, { "start": 818493241, "stop": 818493263 }, { "start": 818493284, "stop": 818493312 } ] }