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=14914
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=14915",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14913",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14914,
    "results": [
        {
            "start": 971523982,
            "stop": 971523983
        },
        {
            "start": 971523988,
            "stop": 971523989
        },
        {
            "start": 971523991,
            "stop": 971524123
        },
        {
            "start": 971524126,
            "stop": 971524227
        },
        {
            "start": 971524230,
            "stop": 971524236
        },
        {
            "start": 971524237,
            "stop": 971524247
        },
        {
            "start": 971524248,
            "stop": 971524254
        },
        {
            "start": 971524255,
            "stop": 971524548
        },
        {
            "start": 971524549,
            "stop": 971524596
        },
        {
            "start": 971524598,
            "stop": 971524852
        },
        {
            "start": 971524853,
            "stop": 971524859
        },
        {
            "start": 971524861,
            "stop": 971525132
        },
        {
            "start": 971525135,
            "stop": 971525227
        },
        {
            "start": 971525229,
            "stop": 971525254
        },
        {
            "start": 971525256,
            "stop": 971525273
        },
        {
            "start": 971525275,
            "stop": 971525276
        },
        {
            "start": 971525277,
            "stop": 971525292
        },
        {
            "start": 971525295,
            "stop": 971525314
        },
        {
            "start": 971525315,
            "stop": 971525365
        },
        {
            "start": 971525366,
            "stop": 971525422
        }
    ]
}