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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=350",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 351,
    "results": [
        {
            "start": 829254119,
            "stop": 829254127
        },
        {
            "start": 829254130,
            "stop": 829254132
        },
        {
            "start": 829254134,
            "stop": 829254147
        },
        {
            "start": 829254149,
            "stop": 829254155
        },
        {
            "start": 829254157,
            "stop": 829254169
        },
        {
            "start": 829254171,
            "stop": 829254248
        },
        {
            "start": 829254250,
            "stop": 829254326
        },
        {
            "start": 829254328,
            "stop": 829254365
        },
        {
            "start": 829254367,
            "stop": 829254402
        },
        {
            "start": 829254404,
            "stop": 829254426
        },
        {
            "start": 829254428,
            "stop": 829254487
        },
        {
            "start": 829254489,
            "stop": 829254580
        },
        {
            "start": 829254582,
            "stop": 829259373
        },
        {
            "start": 829259673,
            "stop": 829260639
        },
        {
            "start": 829260642,
            "stop": 829263371
        },
        {
            "start": 829278749,
            "stop": 829315565
        },
        {
            "start": 829315570,
            "stop": 829315590
        },
        {
            "start": 829315595,
            "stop": 829320090
        },
        {
            "start": 829320150,
            "stop": 829320990
        },
        {
            "start": 829321050,
            "stop": 829325266
        }
    ]
}