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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=110",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 111,
    "results": [
        {
            "start": 959185709,
            "stop": 959197024
        },
        {
            "start": 959197040,
            "stop": 959197042
        },
        {
            "start": 959197049,
            "stop": 959206902
        },
        {
            "start": 959207820,
            "stop": 959210156
        },
        {
            "start": 959211864,
            "stop": 959216300
        },
        {
            "start": 959217703,
            "stop": 959231934
        },
        {
            "start": 959232300,
            "stop": 959255719
        },
        {
            "start": 959260070,
            "stop": 959260096
        },
        {
            "start": 959260701,
            "stop": 959268615
        },
        {
            "start": 959268638,
            "stop": 959272730
        },
        {
            "start": 959276614,
            "stop": 959294043
        },
        {
            "start": 959294718,
            "stop": 959299435
        },
        {
            "start": 959299768,
            "stop": 959340371
        },
        {
            "start": 959346295,
            "stop": 959356566
        },
        {
            "start": 959358306,
            "stop": 959366397
        },
        {
            "start": 959367016,
            "stop": 959376096
        },
        {
            "start": 959391010,
            "stop": 959391525
        },
        {
            "start": 959392729,
            "stop": 959393263
        },
        {
            "start": 959393458,
            "stop": 959397155
        },
        {
            "start": 959397341,
            "stop": 959398277
        }
    ]
}