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=137
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=138", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=136", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 137, "results": [ { "start": 818069529, "stop": 818069530 }, { "start": 818069533, "stop": 818069535 }, { "start": 818069539, "stop": 818069576 }, { "start": 818069580, "stop": 818069593 }, { "start": 818069596, "stop": 818069602 }, { "start": 818069606, "stop": 818069610 }, { "start": 818069614, "stop": 818069619 }, { "start": 818069625, "stop": 818069632 }, { "start": 818069635, "stop": 818069648 }, { "start": 818069651, "stop": 818069668 }, { "start": 818069673, "stop": 818069675 }, { "start": 818069678, "stop": 818069681 }, { "start": 818069684, "stop": 818069694 }, { "start": 818069697, "stop": 818069698 }, { "start": 818069707, "stop": 818069714 }, { "start": 818069718, "stop": 818069720 }, { "start": 818069723, "stop": 818069728 }, { "start": 818069731, "stop": 818069737 }, { "start": 818069740, "stop": 818069741 }, { "start": 818069755, "stop": 818069758 } ] }