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/H1_STOCH_CAT1/segments?format=api&page=70
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=71", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=69", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 70, "results": [ { "start": 823030532, "stop": 823032415 }, { "start": 823034368, "stop": 823037216 }, { "start": 823037248, "stop": 823040291 }, { "start": 823040372, "stop": 823042030 }, { "start": 823042068, "stop": 823043072 }, { "start": 823043104, "stop": 823048693 }, { "start": 823048874, "stop": 823058688 }, { "start": 823058720, "stop": 823060832 }, { "start": 823060864, "stop": 823079722 }, { "start": 823079841, "stop": 823080373 }, { "start": 823162541, "stop": 823162930 }, { "start": 823167164, "stop": 823177929 }, { "start": 823178003, "stop": 823188373 }, { "start": 823190504, "stop": 823191313 }, { "start": 823192689, "stop": 823193342 }, { "start": 823195679, "stop": 823201104 }, { "start": 823201168, "stop": 823205222 }, { "start": 823205697, "stop": 823209520 }, { "start": 823209584, "stop": 823223113 }, { "start": 823225641, "stop": 823235410 } ] }