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=248
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=249", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=247", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 248, "results": [ { "start": 817875483, "stop": 817875503 }, { "start": 817875506, "stop": 817875518 }, { "start": 817875525, "stop": 817875533 }, { "start": 817875540, "stop": 817875600 }, { "start": 817875620, "stop": 817875640 }, { "start": 817875643, "stop": 817875652 }, { "start": 817875656, "stop": 817875844 }, { "start": 817875863, "stop": 817875873 }, { "start": 817875877, "stop": 817875894 }, { "start": 817875897, "stop": 817875914 }, { "start": 817875917, "stop": 817875926 }, { "start": 817875945, "stop": 817875997 }, { "start": 817876016, "stop": 817876055 }, { "start": 817876060, "stop": 817876220 }, { "start": 817876223, "stop": 817876257 }, { "start": 817876278, "stop": 817876281 }, { "start": 817876285, "stop": 817876308 }, { "start": 817876327, "stop": 817876342 }, { "start": 817876345, "stop": 817876367 }, { "start": 817876371, "stop": 817876414 } ] }