Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15772
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15773",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15771",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15772,
    "results": [
        {
            "start": 971170282,
            "stop": 971170285
        },
        {
            "start": 971170287,
            "stop": 971170289
        },
        {
            "start": 971170294,
            "stop": 971170298
        },
        {
            "start": 971170304,
            "stop": 971170305
        },
        {
            "start": 971170306,
            "stop": 971170309
        },
        {
            "start": 971170315,
            "stop": 971170318
        },
        {
            "start": 971170323,
            "stop": 971170326
        },
        {
            "start": 971170328,
            "stop": 971170330
        },
        {
            "start": 971170336,
            "stop": 971170338
        },
        {
            "start": 971170341,
            "stop": 971170342
        },
        {
            "start": 971170344,
            "stop": 971170345
        },
        {
            "start": 971170346,
            "stop": 971170347
        },
        {
            "start": 971170349,
            "stop": 971170350
        },
        {
            "start": 971170351,
            "stop": 971170353
        },
        {
            "start": 971170355,
            "stop": 971170359
        },
        {
            "start": 971170362,
            "stop": 971170364
        },
        {
            "start": 971170365,
            "stop": 971170367
        },
        {
            "start": 971170368,
            "stop": 971170372
        },
        {
            "start": 971170378,
            "stop": 971170379
        },
        {
            "start": 971170381,
            "stop": 971170382
        }
    ]
}