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=14705
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14706", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14704", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14705, "results": [ { "start": 971172028, "stop": 971172030 }, { "start": 971172034, "stop": 971172037 }, { "start": 971172039, "stop": 971172040 }, { "start": 971172042, "stop": 971172045 }, { "start": 971172049, "stop": 971172057 }, { "start": 971172059, "stop": 971172061 }, { "start": 971172064, "stop": 971172065 }, { "start": 971172070, "stop": 971172072 }, { "start": 971172074, "stop": 971172075 }, { "start": 971172083, "stop": 971172084 }, { "start": 971172085, "stop": 971172090 }, { "start": 971172094, "stop": 971172098 }, { "start": 971172100, "stop": 971172104 }, { "start": 971172106, "stop": 971172107 }, { "start": 971172108, "stop": 971172110 }, { "start": 971172114, "stop": 971172119 }, { "start": 971172121, "stop": 971172122 }, { "start": 971172123, "stop": 971172124 }, { "start": 971172125, "stop": 971172127 }, { "start": 971172130, "stop": 971172132 } ] }