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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=450",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 451,
    "results": [
        {
            "start": 1268473282,
            "stop": 1268473346
        },
        {
            "start": 1268473347,
            "stop": 1268473390
        },
        {
            "start": 1268473391,
            "stop": 1268473402
        },
        {
            "start": 1268473403,
            "stop": 1268473429
        },
        {
            "start": 1268473430,
            "stop": 1268473442
        },
        {
            "start": 1268473443,
            "stop": 1268473647
        },
        {
            "start": 1268473648,
            "stop": 1268473653
        },
        {
            "start": 1268473655,
            "stop": 1268473686
        },
        {
            "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": 1268475848
        },
        {
            "start": 1268475849,
            "stop": 1268479331
        }
    ]
}