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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=91",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 92,
    "results": [
        {
            "start": 1166446636,
            "stop": 1166446649
        },
        {
            "start": 1166446650,
            "stop": 1166447126
        },
        {
            "start": 1166447127,
            "stop": 1166447243
        },
        {
            "start": 1166447245,
            "stop": 1166447653
        },
        {
            "start": 1166447654,
            "stop": 1166447714
        },
        {
            "start": 1166447715,
            "stop": 1166448022
        },
        {
            "start": 1166448023,
            "stop": 1166448053
        },
        {
            "start": 1166448054,
            "stop": 1166448110
        },
        {
            "start": 1166448111,
            "stop": 1166448188
        },
        {
            "start": 1166448189,
            "stop": 1166448342
        },
        {
            "start": 1166448343,
            "stop": 1166448407
        },
        {
            "start": 1166448408,
            "stop": 1166448479
        },
        {
            "start": 1166448480,
            "stop": 1166448489
        },
        {
            "start": 1166448490,
            "stop": 1166448567
        },
        {
            "start": 1166448568,
            "stop": 1166448719
        },
        {
            "start": 1166448720,
            "stop": 1166448949
        },
        {
            "start": 1166448950,
            "stop": 1166449081
        },
        {
            "start": 1166449083,
            "stop": 1166449195
        },
        {
            "start": 1166449196,
            "stop": 1166449204
        },
        {
            "start": 1166449205,
            "stop": 1166449333
        }
    ]
}