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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=72",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 73,
    "results": [
        {
            "start": 817810022,
            "stop": 817810027
        },
        {
            "start": 817810030,
            "stop": 817811553
        },
        {
            "start": 817811556,
            "stop": 817812327
        },
        {
            "start": 817812330,
            "stop": 817812968
        },
        {
            "start": 817812971,
            "stop": 817813411
        },
        {
            "start": 817813416,
            "stop": 817813419
        },
        {
            "start": 817813423,
            "stop": 817813718
        },
        {
            "start": 817813721,
            "stop": 817814030
        },
        {
            "start": 817814032,
            "stop": 817814351
        },
        {
            "start": 817814354,
            "stop": 817814500
        },
        {
            "start": 817814503,
            "stop": 817814567
        },
        {
            "start": 817814572,
            "stop": 817814772
        },
        {
            "start": 817814775,
            "stop": 817815038
        },
        {
            "start": 817815041,
            "stop": 817815181
        },
        {
            "start": 817815186,
            "stop": 817815296
        },
        {
            "start": 817815302,
            "stop": 817815401
        },
        {
            "start": 817815411,
            "stop": 817815412
        },
        {
            "start": 817815422,
            "stop": 817815451
        },
        {
            "start": 817815456,
            "stop": 817815558
        },
        {
            "start": 817815571,
            "stop": 817816073
        }
    ]
}