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=166
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=167", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=165", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 166, "results": [ { "start": 818080732, "stop": 818080734 }, { "start": 818080737, "stop": 818080739 }, { "start": 818080742, "stop": 818080748 }, { "start": 818080751, "stop": 818080753 }, { "start": 818080756, "stop": 818080759 }, { "start": 818080763, "stop": 818080764 }, { "start": 818080768, "stop": 818080771 }, { "start": 818080776, "stop": 818080780 }, { "start": 818080796, "stop": 818080801 }, { "start": 818080810, "stop": 818080811 }, { "start": 818080814, "stop": 818080816 }, { "start": 818080823, "stop": 818080825 }, { "start": 818080828, "stop": 818080831 }, { "start": 818080834, "stop": 818080835 }, { "start": 818080841, "stop": 818080848 }, { "start": 818080851, "stop": 818080854 }, { "start": 818080857, "stop": 818080859 }, { "start": 818080864, "stop": 818080865 }, { "start": 818080870, "stop": 818080877 }, { "start": 818080880, "stop": 818080882 } ] }