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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8245",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8246,
    "results": [
        {
            "start": 873796461,
            "stop": 873796484
        },
        {
            "start": 873796503,
            "stop": 873796698
        },
        {
            "start": 873796717,
            "stop": 873796958
        },
        {
            "start": 873796977,
            "stop": 873796980
        },
        {
            "start": 873797040,
            "stop": 873797114
        },
        {
            "start": 873797892,
            "stop": 873797968
        },
        {
            "start": 873798472,
            "stop": 873798474
        },
        {
            "start": 873798493,
            "stop": 873798606
        },
        {
            "start": 873798632,
            "stop": 873798691
        },
        {
            "start": 873798722,
            "stop": 873798770
        },
        {
            "start": 873798804,
            "stop": 873798837
        },
        {
            "start": 873798857,
            "stop": 873798968
        },
        {
            "start": 873798985,
            "stop": 873799109
        },
        {
            "start": 873799128,
            "stop": 873799167
        },
        {
            "start": 873799214,
            "stop": 873799364
        },
        {
            "start": 873799384,
            "stop": 873799572
        },
        {
            "start": 873799592,
            "stop": 873799618
        },
        {
            "start": 873799637,
            "stop": 873799680
        },
        {
            "start": 873799700,
            "stop": 873799741
        },
        {
            "start": 873799784,
            "stop": 873799790
        }
    ]
}