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=15778
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15779", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15777", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15778, "results": [ { "start": 971170922, "stop": 971170925 }, { "start": 971170926, "stop": 971170929 }, { "start": 971170932, "stop": 971170935 }, { "start": 971170937, "stop": 971170939 }, { "start": 971170947, "stop": 971170948 }, { "start": 971170952, "stop": 971170954 }, { "start": 971170955, "stop": 971170956 }, { "start": 971170957, "stop": 971170960 }, { "start": 971170962, "stop": 971170963 }, { "start": 971170970, "stop": 971170973 }, { "start": 971170974, "stop": 971170975 }, { "start": 971170977, "stop": 971170981 }, { "start": 971170986, "stop": 971170990 }, { "start": 971170993, "stop": 971170994 }, { "start": 971170996, "stop": 971170997 }, { "start": 971170999, "stop": 971171004 }, { "start": 971171008, "stop": 971171012 }, { "start": 971171014, "stop": 971171018 }, { "start": 971171020, "stop": 971171023 }, { "start": 971171026, "stop": 971171031 } ] }