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_CBCLOW_CAT4/segments?format=api&page=254
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=253",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 254,
    "results": [
        {
            "start": 931467867,
            "stop": 931467872
        },
        {
            "start": 931467876,
            "stop": 931467882
        },
        {
            "start": 931467884,
            "stop": 931467887
        },
        {
            "start": 931467891,
            "stop": 931467893
        },
        {
            "start": 931467895,
            "stop": 931467904
        },
        {
            "start": 931467910,
            "stop": 931467916
        },
        {
            "start": 931467920,
            "stop": 931467934
        },
        {
            "start": 931467942,
            "stop": 931467946
        },
        {
            "start": 931467948,
            "stop": 931467959
        },
        {
            "start": 931467963,
            "stop": 931467973
        },
        {
            "start": 931467980,
            "stop": 931467985
        },
        {
            "start": 931467988,
            "stop": 931467991
        },
        {
            "start": 931467993,
            "stop": 931467996
        },
        {
            "start": 931468004,
            "stop": 931468006
        },
        {
            "start": 931468009,
            "stop": 931468019
        },
        {
            "start": 931468022,
            "stop": 931468025
        },
        {
            "start": 931468033,
            "stop": 931468037
        },
        {
            "start": 931468039,
            "stop": 931468056
        },
        {
            "start": 931468058,
            "stop": 931468063
        },
        {
            "start": 931468066,
            "stop": 931468070
        }
    ]
}