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_CAT3/segments?format=api&page=14839
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14840", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14838", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14839, "results": [ { "start": 971398732, "stop": 971398756 }, { "start": 971398758, "stop": 971398761 }, { "start": 971398762, "stop": 971398767 }, { "start": 971398769, "stop": 971398784 }, { "start": 971398786, "stop": 971398787 }, { "start": 971398788, "stop": 971398791 }, { "start": 971398793, "stop": 971398800 }, { "start": 971398802, "stop": 971398806 }, { "start": 971398807, "stop": 971398810 }, { "start": 971398811, "stop": 971398839 }, { "start": 971398840, "stop": 971398843 }, { "start": 971398844, "stop": 971398857 }, { "start": 971398858, "stop": 971398861 }, { "start": 971398864, "stop": 971398865 }, { "start": 971398866, "stop": 971398867 }, { "start": 971398868, "stop": 971398888 }, { "start": 971398890, "stop": 971398903 }, { "start": 971398904, "stop": 971398909 }, { "start": 971398911, "stop": 971398948 }, { "start": 971398949, "stop": 971398953 } ] }