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=8828
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8829", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8827", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8828, "results": [ { "start": 872695096, "stop": 872695873 }, { "start": 872695890, "stop": 872696928 }, { "start": 872696945, "stop": 872696970 }, { "start": 872699246, "stop": 872699257 }, { "start": 872699299, "stop": 872699303 }, { "start": 872699374, "stop": 872699529 }, { "start": 872699546, "stop": 872700439 }, { "start": 872700456, "stop": 872700461 }, { "start": 872700478, "stop": 872700960 }, { "start": 872701080, "stop": 872701206 }, { "start": 872701223, "stop": 872701305 }, { "start": 872701570, "stop": 872702087 }, { "start": 872702110, "stop": 872702804 }, { "start": 872703064, "stop": 872704091 }, { "start": 872704108, "stop": 872705067 }, { "start": 872705551, "stop": 872705625 }, { "start": 872705855, "stop": 872706061 }, { "start": 872706559, "stop": 872706581 }, { "start": 872706598, "stop": 872706697 }, { "start": 872706714, "stop": 872706717 } ] }