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_CW_CAT1/segments?format=api&page=288
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=289", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=287", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 288, "results": [ { "start": 855987738, "stop": 855991316 }, { "start": 855991411, "stop": 855992393 }, { "start": 855994358, "stop": 855995829 }, { "start": 856003458, "stop": 856003504 }, { "start": 856003580, "stop": 856004504 }, { "start": 856005510, "stop": 856023408 }, { "start": 856032219, "stop": 856033618 }, { "start": 856034982, "stop": 856035913 }, { "start": 856036101, "stop": 856036963 }, { "start": 856037027, "stop": 856037048 }, { "start": 856037144, "stop": 856042207 }, { "start": 856048062, "stop": 856048378 }, { "start": 856048784, "stop": 856049007 }, { "start": 856049077, "stop": 856049392 }, { "start": 856049488, "stop": 856049834 }, { "start": 856049992, "stop": 856051903 }, { "start": 856054541, "stop": 856054558 }, { "start": 856054618, "stop": 856059302 }, { "start": 856059693, "stop": 856079590 }, { "start": 856080835, "stop": 856094688 } ] }