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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=39",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 40,
    "results": [
        {
            "start": 1407874077,
            "stop": 1407876638
        },
        {
            "start": 1407877937,
            "stop": 1407878790
        },
        {
            "start": 1407884107,
            "stop": 1407951440
        },
        {
            "start": 1407952881,
            "stop": 1407957743
        },
        {
            "start": 1407971753,
            "stop": 1407975652
        },
        {
            "start": 1407992042,
            "stop": 1408078910
        },
        {
            "start": 1408085217,
            "stop": 1408117567
        },
        {
            "start": 1408120357,
            "stop": 1408129218
        },
        {
            "start": 1408143491,
            "stop": 1408184216
        },
        {
            "start": 1408189165,
            "stop": 1408194045
        },
        {
            "start": 1408230802,
            "stop": 1408230834
        },
        {
            "start": 1408230874,
            "stop": 1408302026
        },
        {
            "start": 1408316753,
            "stop": 1408375818
        },
        {
            "start": 1408377827,
            "stop": 1408388418
        },
        {
            "start": 1408403424,
            "stop": 1408422667
        },
        {
            "start": 1408422986,
            "stop": 1408423491
        },
        {
            "start": 1408425340,
            "stop": 1408425341
        },
        {
            "start": 1408425364,
            "stop": 1408476701
        },
        {
            "start": 1408476715,
            "stop": 1408501676
        },
        {
            "start": 1408508596,
            "stop": 1408554020
        }
    ]
}