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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=383",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 384,
    "results": [
        {
            "start": 829634203,
            "stop": 829634208
        },
        {
            "start": 829634211,
            "stop": 829634212
        },
        {
            "start": 829634214,
            "stop": 829634218
        },
        {
            "start": 829634220,
            "stop": 829634221
        },
        {
            "start": 829634223,
            "stop": 829634235
        },
        {
            "start": 829634238,
            "stop": 829634241
        },
        {
            "start": 829634243,
            "stop": 829634252
        },
        {
            "start": 829634254,
            "stop": 829634259
        },
        {
            "start": 829634267,
            "stop": 829634274
        },
        {
            "start": 829634276,
            "stop": 829634283
        },
        {
            "start": 829634287,
            "stop": 829634289
        },
        {
            "start": 829634295,
            "stop": 829634296
        },
        {
            "start": 829634300,
            "stop": 829634301
        },
        {
            "start": 829634303,
            "stop": 829634305
        },
        {
            "start": 829634307,
            "stop": 829634311
        },
        {
            "start": 829634314,
            "stop": 829634320
        },
        {
            "start": 829634322,
            "stop": 829634327
        },
        {
            "start": 829634329,
            "stop": 829634331
        },
        {
            "start": 829634339,
            "stop": 829634346
        },
        {
            "start": 829634348,
            "stop": 829634349
        }
    ]
}