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=8085
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8086", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8084", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8085, "results": [ { "start": 872475044, "stop": 872475068 }, { "start": 872475178, "stop": 872475199 }, { "start": 872475319, "stop": 872475327 }, { "start": 872475369, "stop": 872475371 }, { "start": 872475434, "stop": 872475435 }, { "start": 872475475, "stop": 872475478 }, { "start": 872475553, "stop": 872475591 }, { "start": 872475662, "stop": 872475664 }, { "start": 872475684, "stop": 872475697 }, { "start": 872475726, "stop": 872475847 }, { "start": 872475866, "stop": 872475899 }, { "start": 872475918, "stop": 872475950 }, { "start": 872475982, "stop": 872476081 }, { "start": 872476106, "stop": 872476121 }, { "start": 872476140, "stop": 872476765 }, { "start": 872476784, "stop": 872477050 }, { "start": 872477069, "stop": 872477483 }, { "start": 872477502, "stop": 872477523 }, { "start": 872477542, "stop": 872477561 }, { "start": 872477582, "stop": 872477942 } ] }