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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=11",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 12,
    "results": [
        {
            "start": 1165130039,
            "stop": 1165130049
        },
        {
            "start": 1165130051,
            "stop": 1165130063
        },
        {
            "start": 1165130064,
            "stop": 1165130065
        },
        {
            "start": 1165130066,
            "stop": 1165130206
        },
        {
            "start": 1165130207,
            "stop": 1165130224
        },
        {
            "start": 1165130225,
            "stop": 1165130249
        },
        {
            "start": 1165130252,
            "stop": 1165130267
        },
        {
            "start": 1165130268,
            "stop": 1165130310
        },
        {
            "start": 1165130312,
            "stop": 1165130338
        },
        {
            "start": 1165130340,
            "stop": 1165130427
        },
        {
            "start": 1165130429,
            "stop": 1165130481
        },
        {
            "start": 1165130483,
            "stop": 1165130510
        },
        {
            "start": 1165130512,
            "stop": 1165130643
        },
        {
            "start": 1165130645,
            "stop": 1165130695
        },
        {
            "start": 1165130696,
            "stop": 1165130717
        },
        {
            "start": 1165130719,
            "stop": 1165130781
        },
        {
            "start": 1165130782,
            "stop": 1165130884
        },
        {
            "start": 1165130886,
            "stop": 1165130953
        },
        {
            "start": 1165130954,
            "stop": 1165131006
        },
        {
            "start": 1165131007,
            "stop": 1165131059
        }
    ]
}