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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=560",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 561,
    "results": [
        {
            "start": 827310780,
            "stop": 827311213
        },
        {
            "start": 827311258,
            "stop": 827312042
        },
        {
            "start": 827312069,
            "stop": 827312348
        },
        {
            "start": 827312379,
            "stop": 827312498
        },
        {
            "start": 827312519,
            "stop": 827312811
        },
        {
            "start": 827312814,
            "stop": 827313585
        },
        {
            "start": 827313607,
            "stop": 827313971
        },
        {
            "start": 827313991,
            "stop": 827314001
        },
        {
            "start": 827314020,
            "stop": 827321497
        },
        {
            "start": 827321536,
            "stop": 827329178
        },
        {
            "start": 827329195,
            "stop": 827334610
        },
        {
            "start": 827334648,
            "stop": 827334941
        },
        {
            "start": 827334996,
            "stop": 827335004
        },
        {
            "start": 827335023,
            "stop": 827335064
        },
        {
            "start": 827335083,
            "stop": 827335155
        },
        {
            "start": 827335194,
            "stop": 827335284
        },
        {
            "start": 827335356,
            "stop": 827335748
        },
        {
            "start": 827335752,
            "stop": 827336628
        },
        {
            "start": 827336632,
            "stop": 827336633
        },
        {
            "start": 827336637,
            "stop": 827336644
        }
    ]
}