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=14675
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14676",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14674",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14675,
    "results": [
        {
            "start": 971168886,
            "stop": 971168889
        },
        {
            "start": 971168891,
            "stop": 971168892
        },
        {
            "start": 971168899,
            "stop": 971168901
        },
        {
            "start": 971168909,
            "stop": 971168913
        },
        {
            "start": 971168916,
            "stop": 971168918
        },
        {
            "start": 971168919,
            "stop": 971168922
        },
        {
            "start": 971168923,
            "stop": 971168924
        },
        {
            "start": 971168926,
            "stop": 971168927
        },
        {
            "start": 971168931,
            "stop": 971168933
        },
        {
            "start": 971168934,
            "stop": 971168935
        },
        {
            "start": 971168936,
            "stop": 971168939
        },
        {
            "start": 971168940,
            "stop": 971168941
        },
        {
            "start": 971168943,
            "stop": 971168944
        },
        {
            "start": 971168946,
            "stop": 971168947
        },
        {
            "start": 971168948,
            "stop": 971168949
        },
        {
            "start": 971168950,
            "stop": 971168953
        },
        {
            "start": 971168956,
            "stop": 971168957
        },
        {
            "start": 971168958,
            "stop": 971168959
        },
        {
            "start": 971168967,
            "stop": 971168968
        },
        {
            "start": 971168969,
            "stop": 971168970
        }
    ]
}