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=15722
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15723", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15721", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15722, "results": [ { "start": 971164928, "stop": 971164930 }, { "start": 971164931, "stop": 971164933 }, { "start": 971164939, "stop": 971164940 }, { "start": 971164941, "stop": 971164942 }, { "start": 971164944, "stop": 971164949 }, { "start": 971164950, "stop": 971164951 }, { "start": 971164954, "stop": 971164955 }, { "start": 971164957, "stop": 971164959 }, { "start": 971164961, "stop": 971164963 }, { "start": 971164968, "stop": 971164970 }, { "start": 971164972, "stop": 971164974 }, { "start": 971164976, "stop": 971164977 }, { "start": 971164980, "stop": 971164982 }, { "start": 971164989, "stop": 971164996 }, { "start": 971165001, "stop": 971165005 }, { "start": 971165006, "stop": 971165007 }, { "start": 971165009, "stop": 971165017 }, { "start": 971165019, "stop": 971165020 }, { "start": 971165021, "stop": 971165022 }, { "start": 971165029, "stop": 971165032 } ] }