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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=119",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 120,
    "results": [
        {
            "start": 816762047,
            "stop": 816762074
        },
        {
            "start": 816762086,
            "stop": 816762089
        },
        {
            "start": 816762097,
            "stop": 816762130
        },
        {
            "start": 816762134,
            "stop": 816762137
        },
        {
            "start": 816762141,
            "stop": 816762143
        },
        {
            "start": 816762147,
            "stop": 816762149
        },
        {
            "start": 816762153,
            "stop": 816762214
        },
        {
            "start": 816762223,
            "stop": 816762232
        },
        {
            "start": 816762236,
            "stop": 816762237
        },
        {
            "start": 816762242,
            "stop": 816762244
        },
        {
            "start": 816762248,
            "stop": 816762251
        },
        {
            "start": 816762255,
            "stop": 816762296
        },
        {
            "start": 816762299,
            "stop": 816762307
        },
        {
            "start": 816762312,
            "stop": 816762313
        },
        {
            "start": 816762318,
            "stop": 816762353
        },
        {
            "start": 816762361,
            "stop": 816762363
        },
        {
            "start": 816762369,
            "stop": 816762373
        },
        {
            "start": 816762381,
            "stop": 816762385
        },
        {
            "start": 816762391,
            "stop": 816762393
        },
        {
            "start": 816762397,
            "stop": 816762467
        }
    ]
}