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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=50",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 51,
    "results": [
        {
            "start": 932071083,
            "stop": 932071084
        },
        {
            "start": 932071312,
            "stop": 932071313
        },
        {
            "start": 932071338,
            "stop": 932071339
        },
        {
            "start": 932071373,
            "stop": 932071376
        },
        {
            "start": 932071379,
            "stop": 932071380
        },
        {
            "start": 932071386,
            "stop": 932071397
        },
        {
            "start": 932071400,
            "stop": 932071407
        },
        {
            "start": 932071410,
            "stop": 932071411
        },
        {
            "start": 932071415,
            "stop": 932071418
        },
        {
            "start": 932071428,
            "stop": 932071441
        },
        {
            "start": 932071444,
            "stop": 932071445
        },
        {
            "start": 932071450,
            "stop": 932071453
        },
        {
            "start": 932071455,
            "stop": 932071457
        },
        {
            "start": 932071459,
            "stop": 932071460
        },
        {
            "start": 932071461,
            "stop": 932071462
        },
        {
            "start": 932071463,
            "stop": 932071465
        },
        {
            "start": 932071469,
            "stop": 932071472
        },
        {
            "start": 932071473,
            "stop": 932071474
        },
        {
            "start": 932071476,
            "stop": 932071479
        },
        {
            "start": 932071480,
            "stop": 932071486
        }
    ]
}