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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=38",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 39,
    "results": [
        {
            "start": 938761218,
            "stop": 938761253
        },
        {
            "start": 938761257,
            "stop": 938761351
        },
        {
            "start": 938761355,
            "stop": 938761434
        },
        {
            "start": 938761437,
            "stop": 938761461
        },
        {
            "start": 938761464,
            "stop": 938761514
        },
        {
            "start": 938761519,
            "stop": 938761541
        },
        {
            "start": 938761544,
            "stop": 938761924
        },
        {
            "start": 938761929,
            "stop": 938761931
        },
        {
            "start": 938761934,
            "stop": 938762034
        },
        {
            "start": 938762037,
            "stop": 938762429
        },
        {
            "start": 938762432,
            "stop": 938762713
        },
        {
            "start": 938762717,
            "stop": 938762915
        },
        {
            "start": 938762917,
            "stop": 938763012
        },
        {
            "start": 938763015,
            "stop": 938763043
        },
        {
            "start": 938763045,
            "stop": 938764082
        },
        {
            "start": 938764087,
            "stop": 938772062
        },
        {
            "start": 938774560,
            "stop": 938783990
        },
        {
            "start": 938786041,
            "stop": 938789527
        },
        {
            "start": 938793393,
            "stop": 938796796
        },
        {
            "start": 938796800,
            "stop": 938796808
        }
    ]
}