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=313
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=314", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=312", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 313, "results": [ { "start": 931854098, "stop": 931854099 }, { "start": 931854101, "stop": 931854102 }, { "start": 931854104, "stop": 931854150 }, { "start": 931854153, "stop": 931854192 }, { "start": 931854194, "stop": 931854270 }, { "start": 931854274, "stop": 931854315 }, { "start": 931854317, "stop": 931854318 }, { "start": 931854320, "stop": 931854344 }, { "start": 931854350, "stop": 931854405 }, { "start": 931854407, "stop": 931854475 }, { "start": 931854477, "stop": 931854486 }, { "start": 931854488, "stop": 931854513 }, { "start": 931854515, "stop": 931854517 }, { "start": 931854519, "stop": 931854552 }, { "start": 931854554, "stop": 931854555 }, { "start": 931854560, "stop": 931854652 }, { "start": 931854655, "stop": 931854665 }, { "start": 931854667, "stop": 931854705 }, { "start": 931854708, "stop": 931854788 }, { "start": 931854790, "stop": 931854839 } ] }