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=28
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=29", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=27", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 28, "results": [ { "start": 819189059, "stop": 819191056 }, { "start": 819192072, "stop": 819194304 }, { "start": 819194336, "stop": 819198752 }, { "start": 819198784, "stop": 819201781 }, { "start": 819202650, "stop": 819202863 }, { "start": 819202879, "stop": 819204073 }, { "start": 819204688, "stop": 819206912 }, { "start": 819206944, "stop": 819210013 }, { "start": 819210534, "stop": 819211273 }, { "start": 819212082, "stop": 819216073 }, { "start": 819217966, "stop": 819218593 }, { "start": 819218919, "stop": 819226573 }, { "start": 819228203, "stop": 819228468 }, { "start": 819229754, "stop": 819230113 }, { "start": 819230311, "stop": 819234373 }, { "start": 819234397, "stop": 819234398 }, { "start": 819235345, "stop": 819238093 }, { "start": 819238104, "stop": 819238105 }, { "start": 819241451, "stop": 819241920 }, { "start": 819241952, "stop": 819250632 } ] }