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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=302",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 303,
    "results": [
        {
            "start": 822475805,
            "stop": 822476088
        },
        {
            "start": 822476092,
            "stop": 822476111
        },
        {
            "start": 822476114,
            "stop": 822476116
        },
        {
            "start": 822476120,
            "stop": 822476171
        },
        {
            "start": 822476368,
            "stop": 822476769
        },
        {
            "start": 822476772,
            "stop": 822476952
        },
        {
            "start": 822476955,
            "stop": 822477092
        },
        {
            "start": 822477096,
            "stop": 822477131
        },
        {
            "start": 822477134,
            "stop": 822477310
        },
        {
            "start": 822477313,
            "stop": 822477316
        },
        {
            "start": 822477319,
            "stop": 822477411
        },
        {
            "start": 822477711,
            "stop": 822477739
        },
        {
            "start": 822477742,
            "stop": 822477774
        },
        {
            "start": 822478157,
            "stop": 822478273
        },
        {
            "start": 822478491,
            "stop": 822478596
        },
        {
            "start": 822478599,
            "stop": 822478635
        },
        {
            "start": 822478638,
            "stop": 822478712
        },
        {
            "start": 822478715,
            "stop": 822478753
        },
        {
            "start": 822480318,
            "stop": 822480331
        },
        {
            "start": 822480334,
            "stop": 822480337
        }
    ]
}