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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3730",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3731,
    "results": [
        {
            "start": 872703064,
            "stop": 872707930
        },
        {
            "start": 872707932,
            "stop": 872707969
        },
        {
            "start": 872707970,
            "stop": 872708009
        },
        {
            "start": 872708011,
            "stop": 872708097
        },
        {
            "start": 872708099,
            "stop": 872708106
        },
        {
            "start": 872708107,
            "stop": 872708139
        },
        {
            "start": 872708141,
            "stop": 872708205
        },
        {
            "start": 872708206,
            "stop": 872708231
        },
        {
            "start": 872708232,
            "stop": 872708263
        },
        {
            "start": 872708264,
            "stop": 872708277
        },
        {
            "start": 872708278,
            "stop": 872708352
        },
        {
            "start": 872708353,
            "stop": 872708455
        },
        {
            "start": 872708457,
            "stop": 872708579
        },
        {
            "start": 872708581,
            "stop": 872708852
        },
        {
            "start": 872708854,
            "stop": 872708890
        },
        {
            "start": 872708891,
            "stop": 872708900
        },
        {
            "start": 872708901,
            "stop": 872708964
        },
        {
            "start": 872708965,
            "stop": 872709012
        },
        {
            "start": 872709014,
            "stop": 872709028
        },
        {
            "start": 872709030,
            "stop": 872709042
        }
    ]
}