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=339
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=340", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=338", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 339, "results": [ { "start": 931918772, "stop": 931918779 }, { "start": 931918782, "stop": 931918784 }, { "start": 931918793, "stop": 931918800 }, { "start": 931918808, "stop": 931918809 }, { "start": 931918811, "stop": 931918817 }, { "start": 931918819, "stop": 931918821 }, { "start": 931918829, "stop": 931918838 }, { "start": 931918840, "stop": 931918851 }, { "start": 931918853, "stop": 931918860 }, { "start": 931918863, "stop": 931918872 }, { "start": 931918874, "stop": 931918878 }, { "start": 931918880, "stop": 931918881 }, { "start": 931918883, "stop": 931918884 }, { "start": 931918886, "stop": 931918902 }, { "start": 931918904, "stop": 931918911 }, { "start": 931918913, "stop": 931918923 }, { "start": 931918925, "stop": 931918926 }, { "start": 931918928, "stop": 931918932 }, { "start": 931918934, "stop": 931918936 }, { "start": 931918957, "stop": 931918962 } ] }