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/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8252
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8253", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8251", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8252, "results": [ { "start": 873811224, "stop": 873811254 }, { "start": 873811274, "stop": 873811383 }, { "start": 873811402, "stop": 873811434 }, { "start": 873811456, "stop": 873811469 }, { "start": 873811488, "stop": 873811503 }, { "start": 873811522, "stop": 873811525 }, { "start": 873811545, "stop": 873811594 }, { "start": 873811614, "stop": 873811761 }, { "start": 873811785, "stop": 873811929 }, { "start": 873811949, "stop": 873811983 }, { "start": 873812306, "stop": 873812421 }, { "start": 873812454, "stop": 873812460 }, { "start": 873812520, "stop": 873812564 }, { "start": 873812609, "stop": 873812650 }, { "start": 873812670, "stop": 873812687 }, { "start": 873812711, "stop": 873812723 }, { "start": 873812757, "stop": 873812840 }, { "start": 873812859, "stop": 873813071 }, { "start": 873813109, "stop": 873813120 }, { "start": 873813154, "stop": 873813193 } ] }