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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14919",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14917",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14918,
    "results": [
        {
            "start": 971527111,
            "stop": 971527187
        },
        {
            "start": 971527192,
            "stop": 971527202
        },
        {
            "start": 971527205,
            "stop": 971527262
        },
        {
            "start": 971527264,
            "stop": 971527282
        },
        {
            "start": 971527284,
            "stop": 971527292
        },
        {
            "start": 971527294,
            "stop": 971527297
        },
        {
            "start": 971527299,
            "stop": 971527304
        },
        {
            "start": 971527305,
            "stop": 971527349
        },
        {
            "start": 971527351,
            "stop": 971527383
        },
        {
            "start": 971527386,
            "stop": 971527410
        },
        {
            "start": 971527412,
            "stop": 971527418
        },
        {
            "start": 971527421,
            "stop": 971527432
        },
        {
            "start": 971527435,
            "stop": 971527436
        },
        {
            "start": 971527437,
            "stop": 971527481
        },
        {
            "start": 971527484,
            "stop": 971527491
        },
        {
            "start": 971527494,
            "stop": 971527552
        },
        {
            "start": 971527553,
            "stop": 971527593
        },
        {
            "start": 971527598,
            "stop": 971527639
        },
        {
            "start": 971527642,
            "stop": 971527654
        },
        {
            "start": 971527656,
            "stop": 971527665
        }
    ]
}