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=1255
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1256", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1254", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1255, "results": [ { "start": 957592589, "stop": 957592642 }, { "start": 957593071, "stop": 957593112 }, { "start": 957593114, "stop": 957593600 }, { "start": 957593602, "stop": 957593646 }, { "start": 957593648, "stop": 957593668 }, { "start": 957593670, "stop": 957593841 }, { "start": 957593843, "stop": 957593856 }, { "start": 957593858, "stop": 957593908 }, { "start": 957593910, "stop": 957593974 }, { "start": 957593976, "stop": 957594705 }, { "start": 957594707, "stop": 957594709 }, { "start": 957594711, "stop": 957594914 }, { "start": 957598100, "stop": 957599412 }, { "start": 957599413, "stop": 957600059 }, { "start": 957600060, "stop": 957600985 }, { "start": 957600987, "stop": 957601361 }, { "start": 957601363, "stop": 957601418 }, { "start": 957601420, "stop": 957601421 }, { "start": 957601423, "stop": 957601622 }, { "start": 957601623, "stop": 957602200 } ] }