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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=234
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=235", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=233", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 234, "results": [ { "start": 1240232105, "stop": 1240232224 }, { "start": 1240232225, "stop": 1240232344 }, { "start": 1240232345, "stop": 1240232464 }, { "start": 1240232465, "stop": 1240232584 }, { "start": 1240232585, "stop": 1240232704 }, { "start": 1240232705, "stop": 1240232824 }, { "start": 1240232825, "stop": 1240232944 }, { "start": 1240232945, "stop": 1240233064 }, { "start": 1240233065, "stop": 1240233184 }, { "start": 1240233185, "stop": 1240233304 }, { "start": 1240233305, "stop": 1240233424 }, { "start": 1240233425, "stop": 1240233541 }, { "start": 1240233543, "stop": 1240233664 }, { "start": 1240233665, "stop": 1240233784 }, { "start": 1240233785, "stop": 1240233904 }, { "start": 1240233905, "stop": 1240234024 }, { "start": 1240234025, "stop": 1240234144 }, { "start": 1240234145, "stop": 1240234264 }, { "start": 1240234265, "stop": 1240234384 }, { "start": 1240234385, "stop": 1240234504 } ] }