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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=304",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 305,
    "results": [
        {
            "start": 818243140,
            "stop": 818243148
        },
        {
            "start": 818243151,
            "stop": 818243158
        },
        {
            "start": 818243163,
            "stop": 818243168
        },
        {
            "start": 818243171,
            "stop": 818243174
        },
        {
            "start": 818243177,
            "stop": 818243181
        },
        {
            "start": 818243184,
            "stop": 818243186
        },
        {
            "start": 818243190,
            "stop": 818243191
        },
        {
            "start": 818243204,
            "stop": 818243208
        },
        {
            "start": 818243218,
            "stop": 818243222
        },
        {
            "start": 818243227,
            "stop": 818243231
        },
        {
            "start": 818243234,
            "stop": 818243235
        },
        {
            "start": 818243259,
            "stop": 818243261
        },
        {
            "start": 818243282,
            "stop": 818243284
        },
        {
            "start": 818243287,
            "stop": 818243298
        },
        {
            "start": 818243316,
            "stop": 818243324
        },
        {
            "start": 818243330,
            "stop": 818243333
        },
        {
            "start": 818243336,
            "stop": 818243339
        },
        {
            "start": 818243354,
            "stop": 818243356
        },
        {
            "start": 818243362,
            "stop": 818243364
        },
        {
            "start": 818243369,
            "stop": 818243372
        }
    ]
}