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_CAT4/segments?format=api&page=190
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=191", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=189", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 190, "results": [ { "start": 817600658, "stop": 817601274 }, { "start": 817601293, "stop": 817601660 }, { "start": 817601677, "stop": 817602070 }, { "start": 817602089, "stop": 817602406 }, { "start": 817602425, "stop": 817603466 }, { "start": 817603489, "stop": 817604146 }, { "start": 817604168, "stop": 817604207 }, { "start": 817604229, "stop": 817604245 }, { "start": 817604337, "stop": 817604353 }, { "start": 817604391, "stop": 817604568 }, { "start": 817604589, "stop": 817605092 }, { "start": 817605138, "stop": 817605182 }, { "start": 817605203, "stop": 817605254 }, { "start": 817605276, "stop": 817605290 }, { "start": 817605369, "stop": 817605800 }, { "start": 817606119, "stop": 817606126 }, { "start": 817606676, "stop": 817606689 }, { "start": 817606758, "stop": 817606793 }, { "start": 817606936, "stop": 817606999 }, { "start": 817607044, "stop": 817607046 } ] }