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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14707
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14708", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14706", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14707, "results": [ { "start": 971172244, "stop": 971172245 }, { "start": 971172249, "stop": 971172250 }, { "start": 971172251, "stop": 971172252 }, { "start": 971172254, "stop": 971172257 }, { "start": 971172258, "stop": 971172259 }, { "start": 971172261, "stop": 971172263 }, { "start": 971172264, "stop": 971172267 }, { "start": 971172268, "stop": 971172271 }, { "start": 971172273, "stop": 971172274 }, { "start": 971172275, "stop": 971172276 }, { "start": 971172277, "stop": 971172279 }, { "start": 971172280, "stop": 971172285 }, { "start": 971172286, "stop": 971172291 }, { "start": 971172293, "stop": 971172296 }, { "start": 971172299, "stop": 971172302 }, { "start": 971172306, "stop": 971172307 }, { "start": 971172309, "stop": 971172310 }, { "start": 971172314, "stop": 971172315 }, { "start": 971172316, "stop": 971172321 }, { "start": 971172322, "stop": 971172327 } ] }