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=14687
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14688", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14686", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14687, "results": [ { "start": 971170098, "stop": 971170100 }, { "start": 971170102, "stop": 971170103 }, { "start": 971170104, "stop": 971170105 }, { "start": 971170107, "stop": 971170114 }, { "start": 971170116, "stop": 971170117 }, { "start": 971170120, "stop": 971170122 }, { "start": 971170123, "stop": 971170124 }, { "start": 971170126, "stop": 971170127 }, { "start": 971170134, "stop": 971170135 }, { "start": 971170138, "stop": 971170139 }, { "start": 971170143, "stop": 971170145 }, { "start": 971170146, "stop": 971170147 }, { "start": 971170148, "stop": 971170149 }, { "start": 971170151, "stop": 971170152 }, { "start": 971170156, "stop": 971170158 }, { "start": 971170159, "stop": 971170161 }, { "start": 971170164, "stop": 971170168 }, { "start": 971170169, "stop": 971170170 }, { "start": 971170176, "stop": 971170177 }, { "start": 971170180, "stop": 971170181 } ] }