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_CAT2/segments?format=api&page=74
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=75", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=73", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 74, "results": [ { "start": 817816075, "stop": 817816363 }, { "start": 817816366, "stop": 817816631 }, { "start": 817816637, "stop": 817816776 }, { "start": 817816783, "stop": 817817140 }, { "start": 817817143, "stop": 817817247 }, { "start": 817853794, "stop": 817853916 }, { "start": 817853921, "stop": 817854447 }, { "start": 817854451, "stop": 817855002 }, { "start": 817855005, "stop": 817855032 }, { "start": 817855035, "stop": 817855579 }, { "start": 817855582, "stop": 817855697 }, { "start": 817855699, "stop": 817855718 }, { "start": 817855722, "stop": 817855740 }, { "start": 817856616, "stop": 817857000 }, { "start": 817857003, "stop": 817857011 }, { "start": 817857014, "stop": 817857024 }, { "start": 817857027, "stop": 817857961 }, { "start": 817857965, "stop": 817858629 }, { "start": 817858632, "stop": 817859006 }, { "start": 817859009, "stop": 817859261 } ] }