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_CAT3/segments?format=api&page=141
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=142", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=140", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 141, "results": [ { "start": 817014249, "stop": 817014550 }, { "start": 817014567, "stop": 817014593 }, { "start": 817014612, "stop": 817014679 }, { "start": 817014896, "stop": 817015133 }, { "start": 817015161, "stop": 817015957 }, { "start": 817015989, "stop": 817017060 }, { "start": 817017069, "stop": 817017171 }, { "start": 817017191, "stop": 817017258 }, { "start": 817017333, "stop": 817018822 }, { "start": 817018843, "stop": 817018873 }, { "start": 817018890, "stop": 817019543 }, { "start": 817019560, "stop": 817020836 }, { "start": 817020853, "stop": 817020870 }, { "start": 817020887, "stop": 817020889 }, { "start": 817020906, "stop": 817020981 }, { "start": 817020998, "stop": 817021081 }, { "start": 817021086, "stop": 817021455 }, { "start": 817021474, "stop": 817021695 }, { "start": 817021714, "stop": 817022552 }, { "start": 817022569, "stop": 817022609 } ] }