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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=47",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 48,
    "results": [
        {
            "start": 1165845089,
            "stop": 1165845092
        },
        {
            "start": 1165845093,
            "stop": 1165845106
        },
        {
            "start": 1165845107,
            "stop": 1165845115
        },
        {
            "start": 1165845116,
            "stop": 1165845134
        },
        {
            "start": 1165845135,
            "stop": 1165845142
        },
        {
            "start": 1165845143,
            "stop": 1165845166
        },
        {
            "start": 1165845167,
            "stop": 1165845198
        },
        {
            "start": 1165845199,
            "stop": 1165845206
        },
        {
            "start": 1165845207,
            "stop": 1165845221
        },
        {
            "start": 1165845222,
            "stop": 1165845227
        },
        {
            "start": 1165845228,
            "stop": 1165845235
        },
        {
            "start": 1165845236,
            "stop": 1165845245
        },
        {
            "start": 1165845246,
            "stop": 1165845247
        },
        {
            "start": 1165845248,
            "stop": 1165845252
        },
        {
            "start": 1165845253,
            "stop": 1165845258
        },
        {
            "start": 1165845259,
            "stop": 1165845271
        },
        {
            "start": 1165845272,
            "stop": 1165845290
        },
        {
            "start": 1165845291,
            "stop": 1165845308
        },
        {
            "start": 1165845309,
            "stop": 1165845311
        },
        {
            "start": 1165845313,
            "stop": 1165845326
        }
    ]
}