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_CAT2/segments?format=api&page=1241
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1242", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1240", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1241, "results": [ { "start": 957478684, "stop": 957478900 }, { "start": 957478902, "stop": 957479155 }, { "start": 957479157, "stop": 957479288 }, { "start": 957479290, "stop": 957479320 }, { "start": 957479322, "stop": 957479487 }, { "start": 957479489, "stop": 957479490 }, { "start": 957479492, "stop": 957479557 }, { "start": 957479558, "stop": 957479652 }, { "start": 957479654, "stop": 957480338 }, { "start": 957480340, "stop": 957480454 }, { "start": 957480456, "stop": 957480620 }, { "start": 957480622, "stop": 957480986 }, { "start": 957480988, "stop": 957480993 }, { "start": 957480995, "stop": 957481516 }, { "start": 957481518, "stop": 957481960 }, { "start": 957481962, "stop": 957482055 }, { "start": 957482057, "stop": 957482262 }, { "start": 957482264, "stop": 957482412 }, { "start": 957482413, "stop": 957483464 }, { "start": 957483466, "stop": 957483851 } ] }