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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=104",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 105,
    "results": [
        {
            "start": 957812051,
            "stop": 957812690
        },
        {
            "start": 957813550,
            "stop": 957815439
        },
        {
            "start": 957816285,
            "stop": 957818027
        },
        {
            "start": 957818837,
            "stop": 957819235
        },
        {
            "start": 957823168,
            "stop": 957827359
        },
        {
            "start": 957828503,
            "stop": 957829477
        },
        {
            "start": 957830493,
            "stop": 957830647
        },
        {
            "start": 957833074,
            "stop": 957834379
        },
        {
            "start": 957838624,
            "stop": 957839616
        },
        {
            "start": 957840622,
            "stop": 957840852
        },
        {
            "start": 957841669,
            "stop": 957846517
        },
        {
            "start": 957856582,
            "stop": 957861975
        },
        {
            "start": 957863139,
            "stop": 957865615
        },
        {
            "start": 957866568,
            "stop": 957867006
        },
        {
            "start": 957869508,
            "stop": 957869663
        },
        {
            "start": 957870674,
            "stop": 957877757
        },
        {
            "start": 957878836,
            "stop": 957881922
        },
        {
            "start": 957882826,
            "stop": 957910495
        },
        {
            "start": 957911221,
            "stop": 957911503
        },
        {
            "start": 957917258,
            "stop": 957917448
        }
    ]
}