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=15748
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15749", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15747", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15748, "results": [ { "start": 971167744, "stop": 971167745 }, { "start": 971167746, "stop": 971167747 }, { "start": 971167750, "stop": 971167752 }, { "start": 971167753, "stop": 971167755 }, { "start": 971167756, "stop": 971167758 }, { "start": 971167760, "stop": 971167761 }, { "start": 971167766, "stop": 971167767 }, { "start": 971167772, "stop": 971167773 }, { "start": 971167776, "stop": 971167780 }, { "start": 971167782, "stop": 971167783 }, { "start": 971167784, "stop": 971167787 }, { "start": 971167791, "stop": 971167794 }, { "start": 971167797, "stop": 971167799 }, { "start": 971167800, "stop": 971167801 }, { "start": 971167802, "stop": 971167804 }, { "start": 971167805, "stop": 971167807 }, { "start": 971167811, "stop": 971167812 }, { "start": 971167814, "stop": 971167815 }, { "start": 971167824, "stop": 971167826 }, { "start": 971167828, "stop": 971167830 } ] }