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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=133",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 134,
    "results": [
        {
            "start": 964583415,
            "stop": 964605398
        },
        {
            "start": 964607360,
            "stop": 964613426
        },
        {
            "start": 964614103,
            "stop": 964620175
        },
        {
            "start": 964620669,
            "stop": 964630131
        },
        {
            "start": 964631348,
            "stop": 964631496
        },
        {
            "start": 964631540,
            "stop": 964631543
        },
        {
            "start": 964631564,
            "stop": 964631602
        },
        {
            "start": 964634528,
            "stop": 964639269
        },
        {
            "start": 964640820,
            "stop": 964654966
        },
        {
            "start": 964655197,
            "stop": 964667591
        },
        {
            "start": 964668417,
            "stop": 964671063
        },
        {
            "start": 964671969,
            "stop": 964673539
        },
        {
            "start": 964673555,
            "stop": 964680791
        },
        {
            "start": 964681456,
            "stop": 964706505
        },
        {
            "start": 964706997,
            "stop": 964710277
        },
        {
            "start": 964710968,
            "stop": 964726642
        },
        {
            "start": 964728589,
            "stop": 964742167
        },
        {
            "start": 964743463,
            "stop": 964758879
        },
        {
            "start": 964761131,
            "stop": 964782319
        },
        {
            "start": 964786145,
            "stop": 964790111
        }
    ]
}