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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=820",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=818",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 819,
    "results": [
        {
            "start": 1268955382,
            "stop": 1268955385
        },
        {
            "start": 1268955387,
            "stop": 1268955388
        },
        {
            "start": 1268955390,
            "stop": 1268955391
        },
        {
            "start": 1268955402,
            "stop": 1268955403
        },
        {
            "start": 1268955407,
            "stop": 1268955409
        },
        {
            "start": 1268955414,
            "stop": 1268955415
        },
        {
            "start": 1268955416,
            "stop": 1268955417
        },
        {
            "start": 1268955437,
            "stop": 1268955440
        },
        {
            "start": 1268955441,
            "stop": 1268955444
        },
        {
            "start": 1268955445,
            "stop": 1268955446
        },
        {
            "start": 1268955448,
            "stop": 1268955455
        },
        {
            "start": 1268955456,
            "stop": 1268955461
        },
        {
            "start": 1268955462,
            "stop": 1268955464
        },
        {
            "start": 1268955465,
            "stop": 1268955471
        },
        {
            "start": 1268955472,
            "stop": 1268955473
        },
        {
            "start": 1268955474,
            "stop": 1268955477
        },
        {
            "start": 1268955484,
            "stop": 1268955486
        },
        {
            "start": 1268955487,
            "stop": 1268955491
        },
        {
            "start": 1268955495,
            "stop": 1268955496
        },
        {
            "start": 1268955498,
            "stop": 1268955505
        }
    ]
}