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_CAT3/segments?format=api&page=14812
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14813", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14811", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14812, "results": [ { "start": 971256782, "stop": 971256785 }, { "start": 971256787, "stop": 971256789 }, { "start": 971256790, "stop": 971256807 }, { "start": 971256811, "stop": 971256818 }, { "start": 971256819, "stop": 971256820 }, { "start": 971256821, "stop": 971256827 }, { "start": 971256829, "stop": 971256837 }, { "start": 971256839, "stop": 971256850 }, { "start": 971256852, "stop": 971256864 }, { "start": 971256867, "stop": 971256884 }, { "start": 971256887, "stop": 971256916 }, { "start": 971256917, "stop": 971256918 }, { "start": 971256919, "stop": 971256920 }, { "start": 971256922, "stop": 971256930 }, { "start": 971256948, "stop": 971256954 }, { "start": 971256956, "stop": 971256970 }, { "start": 971256971, "stop": 971257000 }, { "start": 971257002, "stop": 971257027 }, { "start": 971257029, "stop": 971257052 }, { "start": 971257054, "stop": 971257055 } ] }