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=128
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=129", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=127", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 128, "results": [ { "start": 818067817, "stop": 818067820 }, { "start": 818067828, "stop": 818067834 }, { "start": 818067839, "stop": 818067848 }, { "start": 818067851, "stop": 818067859 }, { "start": 818067865, "stop": 818067871 }, { "start": 818067875, "stop": 818067879 }, { "start": 818067882, "stop": 818067890 }, { "start": 818067894, "stop": 818067902 }, { "start": 818067905, "stop": 818067907 }, { "start": 818067912, "stop": 818067936 }, { "start": 818067940, "stop": 818067941 }, { "start": 818067944, "stop": 818067947 }, { "start": 818067951, "stop": 818067955 }, { "start": 818067958, "stop": 818067963 }, { "start": 818067969, "stop": 818067970 }, { "start": 818067973, "stop": 818067976 }, { "start": 818067985, "stop": 818067995 }, { "start": 818067998, "stop": 818068001 }, { "start": 818068007, "stop": 818068008 }, { "start": 818068013, "stop": 818068014 } ] }