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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=52",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 53,
    "results": [
        {
            "start": 1174013248,
            "stop": 1174013254
        },
        {
            "start": 1174013256,
            "stop": 1174013319
        },
        {
            "start": 1174013320,
            "stop": 1174013395
        },
        {
            "start": 1174013396,
            "stop": 1174013473
        },
        {
            "start": 1174013474,
            "stop": 1174013518
        },
        {
            "start": 1174013524,
            "stop": 1174013691
        },
        {
            "start": 1174013695,
            "stop": 1174015074
        },
        {
            "start": 1174015075,
            "stop": 1174015076
        },
        {
            "start": 1174015082,
            "stop": 1174015294
        },
        {
            "start": 1174015295,
            "stop": 1174015296
        },
        {
            "start": 1174015297,
            "stop": 1174015303
        },
        {
            "start": 1174015304,
            "stop": 1174015306
        },
        {
            "start": 1174015307,
            "stop": 1174015317
        },
        {
            "start": 1174015318,
            "stop": 1174018904
        },
        {
            "start": 1174018907,
            "stop": 1174019061
        },
        {
            "start": 1174019065,
            "stop": 1174019440
        },
        {
            "start": 1174019442,
            "stop": 1174020387
        },
        {
            "start": 1174020390,
            "stop": 1174020391
        },
        {
            "start": 1174020394,
            "stop": 1174020481
        },
        {
            "start": 1174020482,
            "stop": 1174020483
        }
    ]
}