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/L1_CBCHIGH_CAT2/segments?format=api&page=295
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=296", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=294", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 295, "results": [ { "start": 818238940, "stop": 818238941 }, { "start": 818238947, "stop": 818238949 }, { "start": 818238961, "stop": 818238964 }, { "start": 818238967, "stop": 818238969 }, { "start": 818238976, "stop": 818238982 }, { "start": 818239030, "stop": 818239032 }, { "start": 818239036, "stop": 818239041 }, { "start": 818239049, "stop": 818239051 }, { "start": 818239054, "stop": 818239055 }, { "start": 818239058, "stop": 818239062 }, { "start": 818239066, "stop": 818239070 }, { "start": 818239073, "stop": 818239078 }, { "start": 818239083, "stop": 818239089 }, { "start": 818239106, "stop": 818239110 }, { "start": 818239123, "stop": 818239125 }, { "start": 818239129, "stop": 818239130 }, { "start": 818239133, "stop": 818239136 }, { "start": 818239157, "stop": 818239162 }, { "start": 818239177, "stop": 818239178 }, { "start": 818239190, "stop": 818239205 } ] }