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=15807
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15808", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15806", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15807, "results": [ { "start": 971176709, "stop": 971176710 }, { "start": 971176711, "stop": 971176731 }, { "start": 971176733, "stop": 971176743 }, { "start": 971176744, "stop": 971176746 }, { "start": 971176749, "stop": 971176750 }, { "start": 971176751, "stop": 971176763 }, { "start": 971176764, "stop": 971176765 }, { "start": 971176766, "stop": 971176779 }, { "start": 971176780, "stop": 971176788 }, { "start": 971176794, "stop": 971176796 }, { "start": 971176797, "stop": 971176805 }, { "start": 971176807, "stop": 971176809 }, { "start": 971176814, "stop": 971176818 }, { "start": 971176819, "stop": 971176821 }, { "start": 971176823, "stop": 971176840 }, { "start": 971176841, "stop": 971176851 }, { "start": 971176852, "stop": 971176853 }, { "start": 971176854, "stop": 971176857 }, { "start": 971176858, "stop": 971176859 }, { "start": 971176861, "stop": 971176862 } ] }