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=798
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=799",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=797",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 798,
    "results": [
        {
            "start": 1268473687,
            "stop": 1268473772
        },
        {
            "start": 1268473773,
            "stop": 1268473954
        },
        {
            "start": 1268473955,
            "stop": 1268474015
        },
        {
            "start": 1268474016,
            "stop": 1268474017
        },
        {
            "start": 1268474018,
            "stop": 1268474355
        },
        {
            "start": 1268474357,
            "stop": 1268474561
        },
        {
            "start": 1268474562,
            "stop": 1268474613
        },
        {
            "start": 1268474614,
            "stop": 1268474645
        },
        {
            "start": 1268474646,
            "stop": 1268475021
        },
        {
            "start": 1268475022,
            "stop": 1268475475
        },
        {
            "start": 1268475476,
            "stop": 1268475750
        },
        {
            "start": 1268475754,
            "stop": 1268475848
        },
        {
            "start": 1268475849,
            "stop": 1268477633
        },
        {
            "start": 1268477635,
            "stop": 1268478319
        },
        {
            "start": 1268478322,
            "stop": 1268478544
        },
        {
            "start": 1268478549,
            "stop": 1268480919
        },
        {
            "start": 1268480924,
            "stop": 1268481599
        },
        {
            "start": 1268481600,
            "stop": 1268481606
        },
        {
            "start": 1268481607,
            "stop": 1268483467
        },
        {
            "start": 1268483472,
            "stop": 1268484285
        }
    ]
}