Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=79
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=78",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 79,
    "results": [
        {
            "start": 932076288,
            "stop": 932076289
        },
        {
            "start": 932076292,
            "stop": 932076296
        },
        {
            "start": 932076298,
            "stop": 932076338
        },
        {
            "start": 932076340,
            "stop": 932076351
        },
        {
            "start": 932076354,
            "stop": 932076372
        },
        {
            "start": 932076373,
            "stop": 932076375
        },
        {
            "start": 932076377,
            "stop": 932076390
        },
        {
            "start": 932076391,
            "stop": 932076398
        },
        {
            "start": 932076399,
            "stop": 932076423
        },
        {
            "start": 932076425,
            "stop": 932076430
        },
        {
            "start": 932076431,
            "stop": 932076433
        },
        {
            "start": 932076434,
            "stop": 932076458
        },
        {
            "start": 932076459,
            "stop": 932076471
        },
        {
            "start": 932076472,
            "stop": 932076479
        },
        {
            "start": 932076480,
            "stop": 932076498
        },
        {
            "start": 932076499,
            "stop": 932076515
        },
        {
            "start": 932076516,
            "stop": 932076529
        },
        {
            "start": 932076532,
            "stop": 932076533
        },
        {
            "start": 932076534,
            "stop": 932076547
        },
        {
            "start": 932076550,
            "stop": 932076552
        }
    ]
}