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=224
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=225", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=223", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 224, "results": [ { "start": 1240208106, "stop": 1240208225 }, { "start": 1240208226, "stop": 1240208344 }, { "start": 1240208346, "stop": 1240208464 }, { "start": 1240208466, "stop": 1240208584 }, { "start": 1240208586, "stop": 1240208702 }, { "start": 1240208703, "stop": 1240208824 }, { "start": 1240208826, "stop": 1240208944 }, { "start": 1240208946, "stop": 1240209064 }, { "start": 1240209066, "stop": 1240209184 }, { "start": 1240209186, "stop": 1240209304 }, { "start": 1240209306, "stop": 1240209424 }, { "start": 1240209426, "stop": 1240209544 }, { "start": 1240209546, "stop": 1240209664 }, { "start": 1240209666, "stop": 1240209784 }, { "start": 1240209786, "stop": 1240209904 }, { "start": 1240209906, "stop": 1240210024 }, { "start": 1240210026, "stop": 1240210144 }, { "start": 1240210146, "stop": 1240210264 }, { "start": 1240210266, "stop": 1240210384 }, { "start": 1240210386, "stop": 1240210504 } ] }