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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=53",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 54,
    "results": [
        {
            "start": 1262692917,
            "stop": 1262692921
        },
        {
            "start": 1262692924,
            "stop": 1262693099
        },
        {
            "start": 1262693102,
            "stop": 1262693113
        },
        {
            "start": 1262693116,
            "stop": 1262693149
        },
        {
            "start": 1262693151,
            "stop": 1262693198
        },
        {
            "start": 1262693200,
            "stop": 1262693242
        },
        {
            "start": 1262693244,
            "stop": 1262693376
        },
        {
            "start": 1262693378,
            "stop": 1262693469
        },
        {
            "start": 1262693472,
            "stop": 1262693482
        },
        {
            "start": 1262693486,
            "stop": 1262693488
        },
        {
            "start": 1262693493,
            "stop": 1262693499
        },
        {
            "start": 1262693502,
            "stop": 1262693506
        },
        {
            "start": 1262693510,
            "stop": 1262693567
        },
        {
            "start": 1262693569,
            "stop": 1262693573
        },
        {
            "start": 1262693576,
            "stop": 1262693580
        },
        {
            "start": 1262693584,
            "stop": 1262693709
        },
        {
            "start": 1262693718,
            "stop": 1262693743
        },
        {
            "start": 1262693745,
            "stop": 1262693798
        },
        {
            "start": 1262693801,
            "stop": 1262693809
        },
        {
            "start": 1262693814,
            "stop": 1262693817
        }
    ]
}