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=178
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=179", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=177", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 178, "results": [ { "start": 1419857314, "stop": 1419857534 }, { "start": 1419857542, "stop": 1419857794 }, { "start": 1419857802, "stop": 1419857806 }, { "start": 1419857810, "stop": 1419857974 }, { "start": 1419857983, "stop": 1419858294 }, { "start": 1419858298, "stop": 1419859274 }, { "start": 1419859278, "stop": 1419859282 }, { "start": 1419859284, "stop": 1419862542 }, { "start": 1419862546, "stop": 1419863266 }, { "start": 1419863274, "stop": 1419863275 }, { "start": 1419863277, "stop": 1419864566 }, { "start": 1419864570, "stop": 1419865178 }, { "start": 1419865180, "stop": 1419866214 }, { "start": 1419866218, "stop": 1419866462 }, { "start": 1419866490, "stop": 1419866502 }, { "start": 1419866506, "stop": 1419866842 }, { "start": 1419866850, "stop": 1419867146 }, { "start": 1419867150, "stop": 1419867174 }, { "start": 1419867178, "stop": 1419867638 }, { "start": 1419867642, "stop": 1419868174 } ] }