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_CBCHIGH_CAT2/segments?format=api&page=165
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=166", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=164", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 165, "results": [ { "start": 818080534, "stop": 818080537 }, { "start": 818080548, "stop": 818080550 }, { "start": 818080553, "stop": 818080554 }, { "start": 818080566, "stop": 818080571 }, { "start": 818080574, "stop": 818080583 }, { "start": 818080588, "stop": 818080595 }, { "start": 818080599, "stop": 818080604 }, { "start": 818080614, "stop": 818080617 }, { "start": 818080620, "stop": 818080624 }, { "start": 818080627, "stop": 818080631 }, { "start": 818080637, "stop": 818080639 }, { "start": 818080642, "stop": 818080644 }, { "start": 818080652, "stop": 818080655 }, { "start": 818080659, "stop": 818080661 }, { "start": 818080670, "stop": 818080677 }, { "start": 818080690, "stop": 818080691 }, { "start": 818080694, "stop": 818080704 }, { "start": 818080708, "stop": 818080710 }, { "start": 818080715, "stop": 818080718 }, { "start": 818080721, "stop": 818080722 } ] }