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=15859
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15860", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15858", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15859, "results": [ { "start": 971238937, "stop": 971238939 }, { "start": 971238941, "stop": 971238953 }, { "start": 971238954, "stop": 971238980 }, { "start": 971238981, "stop": 971239022 }, { "start": 971239024, "stop": 971239051 }, { "start": 971239053, "stop": 971239074 }, { "start": 971239076, "stop": 971239085 }, { "start": 971239086, "stop": 971239100 }, { "start": 971239104, "stop": 971239109 }, { "start": 971239111, "stop": 971239130 }, { "start": 971239132, "stop": 971239153 }, { "start": 971239156, "stop": 971239172 }, { "start": 971239173, "stop": 971239175 }, { "start": 971239176, "stop": 971239180 }, { "start": 971239181, "stop": 971239191 }, { "start": 971239194, "stop": 971239196 }, { "start": 971239198, "stop": 971239200 }, { "start": 971239201, "stop": 971239213 }, { "start": 971239214, "stop": 971239220 }, { "start": 971239221, "stop": 971239223 } ] }