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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=418
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=419", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=417", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 418, "results": [ { "start": 838421503, "stop": 838423303 }, { "start": 838423463, "stop": 838424603 }, { "start": 838440419, "stop": 838441319 }, { "start": 838441473, "stop": 838442433 }, { "start": 838442578, "stop": 838445818 }, { "start": 838446037, "stop": 838446367 }, { "start": 838446606, "stop": 838449246 }, { "start": 838452080, "stop": 838457300 }, { "start": 838457569, "stop": 838457719 }, { "start": 838458664, "stop": 838459444 }, { "start": 838459624, "stop": 838459714 }, { "start": 838459864, "stop": 838461094 }, { "start": 838461240, "stop": 838461600 }, { "start": 838467950, "stop": 838468850 }, { "start": 838469165, "stop": 838469675 }, { "start": 838470606, "stop": 838470666 }, { "start": 838471079, "stop": 838472159 }, { "start": 838472518, "stop": 838475098 }, { "start": 838475128, "stop": 838475458 }, { "start": 838477728, "stop": 838478238 } ] }