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/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=171
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=172", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=170", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 171, "results": [ { "start": 1419819234, "stop": 1419819354 }, { "start": 1419819358, "stop": 1419819446 }, { "start": 1419819454, "stop": 1419819930 }, { "start": 1419819934, "stop": 1419820094 }, { "start": 1419820102, "stop": 1419820122 }, { "start": 1419820126, "stop": 1419820174 }, { "start": 1419820182, "stop": 1419820194 }, { "start": 1419820202, "stop": 1419820230 }, { "start": 1419820234, "stop": 1419820550 }, { "start": 1419820554, "stop": 1419820602 }, { "start": 1419820606, "stop": 1419820686 }, { "start": 1419820690, "stop": 1419820774 }, { "start": 1419820778, "stop": 1419820846 }, { "start": 1419820850, "stop": 1419821242 }, { "start": 1419821246, "stop": 1419821350 }, { "start": 1419821354, "stop": 1419821478 }, { "start": 1419821482, "stop": 1419821546 }, { "start": 1419821550, "stop": 1419821694 }, { "start": 1419821698, "stop": 1419821730 }, { "start": 1419821734, "stop": 1419822002 } ] }