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_CAT4/segments?format=api&page=15834
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15835", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15833", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15834, "results": [ { "start": 971180043, "stop": 971180044 }, { "start": 971180047, "stop": 971180049 }, { "start": 971180054, "stop": 971180057 }, { "start": 971180061, "stop": 971180065 }, { "start": 971180068, "stop": 971180070 }, { "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 } ] }