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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=51",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 52,
    "results": [
        {
            "start": 932071488,
            "stop": 932071502
        },
        {
            "start": 932071503,
            "stop": 932071512
        },
        {
            "start": 932071514,
            "stop": 932071538
        },
        {
            "start": 932071540,
            "stop": 932071550
        },
        {
            "start": 932071551,
            "stop": 932071555
        },
        {
            "start": 932071558,
            "stop": 932071566
        },
        {
            "start": 932071567,
            "stop": 932071587
        },
        {
            "start": 932071588,
            "stop": 932071631
        },
        {
            "start": 932071632,
            "stop": 932071677
        },
        {
            "start": 932071679,
            "stop": 932071723
        },
        {
            "start": 932071726,
            "stop": 932071741
        },
        {
            "start": 932071743,
            "stop": 932071744
        },
        {
            "start": 932071745,
            "stop": 932071747
        },
        {
            "start": 932071748,
            "stop": 932071759
        },
        {
            "start": 932071761,
            "stop": 932071763
        },
        {
            "start": 932071764,
            "stop": 932071768
        },
        {
            "start": 932071771,
            "stop": 932071774
        },
        {
            "start": 932071776,
            "stop": 932071788
        },
        {
            "start": 932071790,
            "stop": 932071816
        },
        {
            "start": 932071819,
            "stop": 932071824
        }
    ]
}