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_CAT3/segments?format=api&page=14724
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14725", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14723", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14724, "results": [ { "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 }, { "start": 971176863, "stop": 971176878 }, { "start": 971176879, "stop": 971176885 }, { "start": 971176888, "stop": 971176905 }, { "start": 971176908, "stop": 971176909 }, { "start": 971176911, "stop": 971176915 } ] }