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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=92",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 93,
    "results": [
        {
            "start": 818052152,
            "stop": 818052182
        },
        {
            "start": 818052190,
            "stop": 818052194
        },
        {
            "start": 818052197,
            "stop": 818052201
        },
        {
            "start": 818052204,
            "stop": 818052210
        },
        {
            "start": 818052213,
            "stop": 818052220
        },
        {
            "start": 818052232,
            "stop": 818052237
        },
        {
            "start": 818052240,
            "stop": 818052249
        },
        {
            "start": 818052254,
            "stop": 818052256
        },
        {
            "start": 818052259,
            "stop": 818052276
        },
        {
            "start": 818052279,
            "stop": 818052289
        },
        {
            "start": 818052292,
            "stop": 818052305
        },
        {
            "start": 818052308,
            "stop": 818052310
        },
        {
            "start": 818052317,
            "stop": 818052324
        },
        {
            "start": 818052328,
            "stop": 818052333
        },
        {
            "start": 818052336,
            "stop": 818052346
        },
        {
            "start": 818052349,
            "stop": 818052350
        },
        {
            "start": 818052353,
            "stop": 818052357
        },
        {
            "start": 818052360,
            "stop": 818052372
        },
        {
            "start": 818052375,
            "stop": 818052380
        },
        {
            "start": 818052383,
            "stop": 818052404
        }
    ]
}