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=15696
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15697", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15695", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15696, "results": [ { "start": 971162186, "stop": 971162192 }, { "start": 971162194, "stop": 971162195 }, { "start": 971162197, "stop": 971162200 }, { "start": 971162203, "stop": 971162204 }, { "start": 971162206, "stop": 971162209 }, { "start": 971162210, "stop": 971162215 }, { "start": 971162217, "stop": 971162219 }, { "start": 971162220, "stop": 971162223 }, { "start": 971162226, "stop": 971162227 }, { "start": 971162228, "stop": 971162229 }, { "start": 971162231, "stop": 971162232 }, { "start": 971162234, "stop": 971162239 }, { "start": 971162241, "stop": 971162242 }, { "start": 971162244, "stop": 971162247 }, { "start": 971162256, "stop": 971162258 }, { "start": 971162259, "stop": 971162260 }, { "start": 971162262, "stop": 971162265 }, { "start": 971162266, "stop": 971162267 }, { "start": 971162268, "stop": 971162269 }, { "start": 971162271, "stop": 971162277 } ] }