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=14748
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14749", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14747", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14748, "results": [ { "start": 971179741, "stop": 971179742 }, { "start": 971179746, "stop": 971179749 }, { "start": 971179751, "stop": 971179754 }, { "start": 971179758, "stop": 971179760 }, { "start": 971179761, "stop": 971179762 }, { "start": 971179764, "stop": 971179769 }, { "start": 971179771, "stop": 971179773 }, { "start": 971179774, "stop": 971179775 }, { "start": 971179776, "stop": 971179777 }, { "start": 971179781, "stop": 971179786 }, { "start": 971179787, "stop": 971179790 }, { "start": 971179791, "stop": 971179799 }, { "start": 971179800, "stop": 971179802 }, { "start": 971179803, "stop": 971179809 }, { "start": 971179811, "stop": 971179813 }, { "start": 971179814, "stop": 971179819 }, { "start": 971179822, "stop": 971179825 }, { "start": 971179826, "stop": 971179827 }, { "start": 971179831, "stop": 971179839 }, { "start": 971179842, "stop": 971179852 } ] }