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=14751
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14752", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14750", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14751, "results": [ { "start": 971180076, "stop": 971180077 }, { "start": 971180078, "stop": 971180083 }, { "start": 971180085, "stop": 971180097 }, { "start": 971180098, "stop": 971180100 }, { "start": 971180101, "stop": 971180104 }, { "start": 971180105, "stop": 971180107 }, { "start": 971180112, "stop": 971180115 }, { "start": 971180116, "stop": 971180120 }, { "start": 971180121, "stop": 971180122 }, { "start": 971180124, "stop": 971180125 }, { "start": 971180126, "stop": 971180127 }, { "start": 971180128, "stop": 971180137 }, { "start": 971180138, "stop": 971180140 }, { "start": 971180141, "stop": 971180143 }, { "start": 971180146, "stop": 971180147 }, { "start": 971180148, "stop": 971180150 }, { "start": 971180151, "stop": 971180153 }, { "start": 971180157, "stop": 971180161 }, { "start": 971180169, "stop": 971180171 }, { "start": 971180176, "stop": 971180178 } ] }