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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=221",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 222,
    "results": [
        {
            "start": 827299361,
            "stop": 827299367
        },
        {
            "start": 827299370,
            "stop": 827299429
        },
        {
            "start": 827299436,
            "stop": 827299437
        },
        {
            "start": 827299440,
            "stop": 827299507
        },
        {
            "start": 827299509,
            "stop": 827299556
        },
        {
            "start": 827299558,
            "stop": 827300153
        },
        {
            "start": 827300155,
            "stop": 827300167
        },
        {
            "start": 827300173,
            "stop": 827300186
        },
        {
            "start": 827300189,
            "stop": 827300204
        },
        {
            "start": 827300210,
            "stop": 827300451
        },
        {
            "start": 827300452,
            "stop": 827300537
        },
        {
            "start": 827300539,
            "stop": 827300568
        },
        {
            "start": 827300574,
            "stop": 827300576
        },
        {
            "start": 827300579,
            "stop": 827300585
        },
        {
            "start": 827300587,
            "stop": 827303116
        },
        {
            "start": 827303119,
            "stop": 827303123
        },
        {
            "start": 827303129,
            "stop": 827303130
        },
        {
            "start": 827303132,
            "stop": 827308899
        },
        {
            "start": 827308905,
            "stop": 827308906
        },
        {
            "start": 827308908,
            "stop": 827308909
        }
    ]
}