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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=74",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 75,
    "results": [
        {
            "start": 932075230,
            "stop": 932075236
        },
        {
            "start": 932075239,
            "stop": 932075247
        },
        {
            "start": 932075249,
            "stop": 932075256
        },
        {
            "start": 932075259,
            "stop": 932075264
        },
        {
            "start": 932075265,
            "stop": 932075275
        },
        {
            "start": 932075280,
            "stop": 932075299
        },
        {
            "start": 932075302,
            "stop": 932075304
        },
        {
            "start": 932075306,
            "stop": 932075311
        },
        {
            "start": 932075312,
            "stop": 932075322
        },
        {
            "start": 932075323,
            "stop": 932075332
        },
        {
            "start": 932075333,
            "stop": 932075339
        },
        {
            "start": 932075340,
            "stop": 932075350
        },
        {
            "start": 932075353,
            "stop": 932075356
        },
        {
            "start": 932075358,
            "stop": 932075359
        },
        {
            "start": 932075360,
            "stop": 932075366
        },
        {
            "start": 932075368,
            "stop": 932075376
        },
        {
            "start": 932075379,
            "stop": 932075382
        },
        {
            "start": 932075384,
            "stop": 932075392
        },
        {
            "start": 932075394,
            "stop": 932075401
        },
        {
            "start": 932075404,
            "stop": 932075413
        }
    ]
}