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/H2_STOCH_CAT1/segments?format=api&page=218
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=219", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=217", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 218, "results": [ { "start": 851472573, "stop": 851472608 }, { "start": 851472611, "stop": 851513353 }, { "start": 851515688, "stop": 851519953 }, { "start": 851521894, "stop": 851522113 }, { "start": 851522744, "stop": 851533531 }, { "start": 851644585, "stop": 851644588 }, { "start": 851645177, "stop": 851645617 }, { "start": 851645647, "stop": 851646538 }, { "start": 851647256, "stop": 851660161 }, { "start": 851663480, "stop": 851665959 }, { "start": 851669590, "stop": 851670368 }, { "start": 851671008, "stop": 851674084 }, { "start": 851677733, "stop": 851680071 }, { "start": 851680074, "stop": 851682981 }, { "start": 851682990, "stop": 851682994 }, { "start": 851682997, "stop": 851685879 }, { "start": 851685889, "stop": 851698022 }, { "start": 851699586, "stop": 851729468 }, { "start": 851730398, "stop": 851755110 }, { "start": 851755126, "stop": 851778312 } ] }