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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=49",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 50,
    "results": [
        {
            "start": 1266044030,
            "stop": 1266044432
        },
        {
            "start": 1266064699,
            "stop": 1266069415
        },
        {
            "start": 1266076024,
            "stop": 1266076098
        },
        {
            "start": 1266077439,
            "stop": 1266078407
        },
        {
            "start": 1266078460,
            "stop": 1266079153
        },
        {
            "start": 1266080330,
            "stop": 1266148246
        },
        {
            "start": 1266148254,
            "stop": 1266157062
        },
        {
            "start": 1266157135,
            "stop": 1266158016
        },
        {
            "start": 1266176194,
            "stop": 1266209000
        },
        {
            "start": 1266209052,
            "stop": 1266217512
        },
        {
            "start": 1266218950,
            "stop": 1266221678
        },
        {
            "start": 1266234981,
            "stop": 1266236112
        },
        {
            "start": 1266238553,
            "stop": 1266239179
        },
        {
            "start": 1266246212,
            "stop": 1266257452
        },
        {
            "start": 1266266425,
            "stop": 1266267045
        },
        {
            "start": 1266280146,
            "stop": 1266280498
        },
        {
            "start": 1266286214,
            "stop": 1266299169
        },
        {
            "start": 1266300291,
            "stop": 1266303319
        },
        {
            "start": 1266305590,
            "stop": 1266306033
        },
        {
            "start": 1266307240,
            "stop": 1266307661
        }
    ]
}