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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api&page=51",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 52,
    "results": [
        {
            "start": 1266464201,
            "stop": 1266466742
        },
        {
            "start": 1266478866,
            "stop": 1266479410
        },
        {
            "start": 1266495224,
            "stop": 1266495335
        },
        {
            "start": 1266495337,
            "stop": 1266509544
        },
        {
            "start": 1266513178,
            "stop": 1266536822
        },
        {
            "start": 1266538684,
            "stop": 1266548193
        },
        {
            "start": 1266549753,
            "stop": 1266565525
        },
        {
            "start": 1266567438,
            "stop": 1266603868
        },
        {
            "start": 1266603888,
            "stop": 1266633817
        },
        {
            "start": 1266633941,
            "stop": 1266645628
        },
        {
            "start": 1266648536,
            "stop": 1266649403
        },
        {
            "start": 1266669554,
            "stop": 1266672431
        },
        {
            "start": 1266672760,
            "stop": 1266689446
        },
        {
            "start": 1266690819,
            "stop": 1266691346
        },
        {
            "start": 1266692536,
            "stop": 1266711215
        },
        {
            "start": 1266779829,
            "stop": 1266786233
        },
        {
            "start": 1266787988,
            "stop": 1266811104
        },
        {
            "start": 1266811216,
            "stop": 1266831471
        },
        {
            "start": 1266831539,
            "stop": 1266832694
        },
        {
            "start": 1266832973,
            "stop": 1266834062
        }
    ]
}