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_CAT4/segments?format=api&page=15946
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15947", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15945", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15946, "results": [ { "start": 971409725, "stop": 971409727 }, { "start": 971409730, "stop": 971409733 }, { "start": 971409734, "stop": 971409737 }, { "start": 971409739, "stop": 971409750 }, { "start": 971409751, "stop": 971409754 }, { "start": 971409756, "stop": 971409760 }, { "start": 971409763, "stop": 971409765 }, { "start": 971409767, "stop": 971409770 }, { "start": 971409773, "stop": 971409778 }, { "start": 971409780, "stop": 971409787 }, { "start": 971409788, "stop": 971409789 }, { "start": 971409791, "stop": 971409793 }, { "start": 971409795, "stop": 971409797 }, { "start": 971409798, "stop": 971409807 }, { "start": 971409809, "stop": 971409811 }, { "start": 971409813, "stop": 971409815 }, { "start": 971409816, "stop": 971409817 }, { "start": 971409818, "stop": 971409831 }, { "start": 971409832, "stop": 971409836 }, { "start": 971409837, "stop": 971409845 } ] }