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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2117",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2118,
    "results": [
        {
            "start": 872141032,
            "stop": 872141149
        },
        {
            "start": 872141168,
            "stop": 872141231
        },
        {
            "start": 872141251,
            "stop": 872141287
        },
        {
            "start": 872141306,
            "stop": 872141348
        },
        {
            "start": 872141367,
            "stop": 872145261
        },
        {
            "start": 872145281,
            "stop": 872145450
        },
        {
            "start": 872145469,
            "stop": 872145551
        },
        {
            "start": 872145570,
            "stop": 872145857
        },
        {
            "start": 872145876,
            "stop": 872146090
        },
        {
            "start": 872146110,
            "stop": 872146320
        },
        {
            "start": 872146339,
            "stop": 872146363
        },
        {
            "start": 872146387,
            "stop": 872146407
        },
        {
            "start": 872146433,
            "stop": 872146439
        },
        {
            "start": 872146484,
            "stop": 872146495
        },
        {
            "start": 872146514,
            "stop": 872146532
        },
        {
            "start": 872146551,
            "stop": 872146610
        },
        {
            "start": 872146629,
            "stop": 872146632
        },
        {
            "start": 872146680,
            "stop": 872146691
        },
        {
            "start": 872146710,
            "stop": 872146763
        },
        {
            "start": 872146782,
            "stop": 872146799
        }
    ]
}