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=39
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=40", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=38", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 39, "results": [ { "start": 820423203, "stop": 820424096 }, { "start": 820424128, "stop": 820424353 }, { "start": 820425095, "stop": 820426293 }, { "start": 820426296, "stop": 820429933 }, { "start": 820431584, "stop": 820432393 }, { "start": 820432404, "stop": 820432406 }, { "start": 820432550, "stop": 820433713 }, { "start": 820435906, "stop": 820436160 }, { "start": 820436192, "stop": 820438509 }, { "start": 820438614, "stop": 820439360 }, { "start": 820439392, "stop": 820443230 }, { "start": 820444459, "stop": 820450016 }, { "start": 820450048, "stop": 820450933 }, { "start": 820451607, "stop": 820451731 }, { "start": 820451803, "stop": 820452992 }, { "start": 820453024, "stop": 820459780 }, { "start": 820459881, "stop": 820472224 }, { "start": 820472256, "stop": 820473193 }, { "start": 820473243, "stop": 820473244 }, { "start": 820473411, "stop": 820479040 } ] }