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=14765
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14766", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14764", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14765, "results": [ { "start": 971181560, "stop": 971181564 }, { "start": 971181567, "stop": 971181568 }, { "start": 971181574, "stop": 971181575 }, { "start": 971181584, "stop": 971181585 }, { "start": 971181590, "stop": 971181593 }, { "start": 971181594, "stop": 971181595 }, { "start": 971181596, "stop": 971181597 }, { "start": 971181598, "stop": 971181599 }, { "start": 971181601, "stop": 971181609 }, { "start": 971181610, "stop": 971181611 }, { "start": 971181612, "stop": 971181613 }, { "start": 971181617, "stop": 971181619 }, { "start": 971181621, "stop": 971181626 }, { "start": 971181628, "stop": 971181629 }, { "start": 971181635, "stop": 971181637 }, { "start": 971181648, "stop": 971181650 }, { "start": 971181655, "stop": 971181657 }, { "start": 971181659, "stop": 971181662 }, { "start": 971181665, "stop": 971181666 }, { "start": 971181667, "stop": 971181669 } ] }