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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=26
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=27", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=25", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 26, "results": [ { "start": 1411505483, "stop": 1411505489 }, { "start": 1411532188, "stop": 1411532567 }, { "start": 1411537335, "stop": 1411539378 }, { "start": 1411539398, "stop": 1411553634 }, { "start": 1411553712, "stop": 1411568185 }, { "start": 1411574772, "stop": 1411585118 }, { "start": 1411589075, "stop": 1411624978 }, { "start": 1411632022, "stop": 1411634017 }, { "start": 1411641762, "stop": 1411645666 }, { "start": 1411650836, "stop": 1411652449 }, { "start": 1411656557, "stop": 1411663899 }, { "start": 1411679407, "stop": 1411687938 }, { "start": 1411695049, "stop": 1411707249 }, { "start": 1411712238, "stop": 1411713018 }, { "start": 1411713154, "stop": 1411722234 }, { "start": 1411728809, "stop": 1411745749 }, { "start": 1411756842, "stop": 1411763214 }, { "start": 1411769062, "stop": 1411809797 }, { "start": 1411815497, "stop": 1411824442 }, { "start": 1411875505, "stop": 1411875839 } ] }