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=14665
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14666", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14664", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14665, "results": [ { "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 }, { "start": 971167836, "stop": 971167837 }, { "start": 971167838, "stop": 971167841 }, { "start": 971167842, "stop": 971167853 }, { "start": 971167856, "stop": 971167858 }, { "start": 971167859, "stop": 971167861 } ] }