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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4061",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4062,
    "results": [
        {
            "start": 875117368,
            "stop": 875117372
        },
        {
            "start": 875117377,
            "stop": 875117379
        },
        {
            "start": 875117391,
            "stop": 875117392
        },
        {
            "start": 875117397,
            "stop": 875117399
        },
        {
            "start": 875117402,
            "stop": 875117411
        },
        {
            "start": 875117415,
            "stop": 875117424
        },
        {
            "start": 875117427,
            "stop": 875117447
        },
        {
            "start": 875117450,
            "stop": 875117454
        },
        {
            "start": 875117459,
            "stop": 875117460
        },
        {
            "start": 875117463,
            "stop": 875117476
        },
        {
            "start": 875117479,
            "stop": 875117481
        },
        {
            "start": 875117484,
            "stop": 875117489
        },
        {
            "start": 875117492,
            "stop": 875117532
        },
        {
            "start": 875117536,
            "stop": 875117548
        },
        {
            "start": 875117551,
            "stop": 875117560
        },
        {
            "start": 875117563,
            "stop": 875117564
        },
        {
            "start": 875117567,
            "stop": 875117633
        },
        {
            "start": 875117641,
            "stop": 875117644
        },
        {
            "start": 875117659,
            "stop": 875117660
        },
        {
            "start": 875117663,
            "stop": 875117666
        }
    ]
}