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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14814",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14812",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14813,
    "results": [
        {
            "start": 971257056,
            "stop": 971257059
        },
        {
            "start": 971257061,
            "stop": 971257119
        },
        {
            "start": 971257124,
            "stop": 971257133
        },
        {
            "start": 971257137,
            "stop": 971257140
        },
        {
            "start": 971257141,
            "stop": 971257151
        },
        {
            "start": 971257152,
            "stop": 971257190
        },
        {
            "start": 971257191,
            "stop": 971257210
        },
        {
            "start": 971257212,
            "stop": 971257213
        },
        {
            "start": 971257215,
            "stop": 971257244
        },
        {
            "start": 971257247,
            "stop": 971257248
        },
        {
            "start": 971257250,
            "stop": 971257270
        },
        {
            "start": 971257271,
            "stop": 971257272
        },
        {
            "start": 971257273,
            "stop": 971257276
        },
        {
            "start": 971257278,
            "stop": 971257282
        },
        {
            "start": 971257284,
            "stop": 971257315
        },
        {
            "start": 971257317,
            "stop": 971257331
        },
        {
            "start": 971257332,
            "stop": 971257340
        },
        {
            "start": 971257341,
            "stop": 971257397
        },
        {
            "start": 971257399,
            "stop": 971257412
        },
        {
            "start": 971257414,
            "stop": 971257432
        }
    ]
}