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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=257",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 258,
    "results": [
        {
            "start": 862845556,
            "stop": 862851221
        },
        {
            "start": 862852160,
            "stop": 862852287
        },
        {
            "start": 862853324,
            "stop": 862858029
        },
        {
            "start": 862859084,
            "stop": 862859388
        },
        {
            "start": 862860633,
            "stop": 862867746
        },
        {
            "start": 862867902,
            "stop": 862870336
        },
        {
            "start": 862871059,
            "stop": 862873030
        },
        {
            "start": 862873163,
            "stop": 862877369
        },
        {
            "start": 862878514,
            "stop": 862883192
        },
        {
            "start": 862883911,
            "stop": 862891187
        },
        {
            "start": 862891256,
            "stop": 862898614
        },
        {
            "start": 862899856,
            "stop": 862900945
        },
        {
            "start": 862903180,
            "stop": 862906367
        },
        {
            "start": 862907782,
            "stop": 862912183
        },
        {
            "start": 862912253,
            "stop": 862912736
        },
        {
            "start": 862912782,
            "stop": 862922612
        },
        {
            "start": 862924438,
            "stop": 862925156
        },
        {
            "start": 862926647,
            "stop": 862926788
        },
        {
            "start": 862927337,
            "stop": 862927489
        },
        {
            "start": 862928596,
            "stop": 862930505
        }
    ]
}