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=1854
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=1855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1853",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1854,
    "results": [
        {
            "start": 843891135,
            "stop": 843891137
        },
        {
            "start": 843891139,
            "stop": 843891140
        },
        {
            "start": 843891144,
            "stop": 843891152
        },
        {
            "start": 843891155,
            "stop": 843891165
        },
        {
            "start": 843891168,
            "stop": 843891171
        },
        {
            "start": 843891174,
            "stop": 843891177
        },
        {
            "start": 843891179,
            "stop": 843891190
        },
        {
            "start": 843891192,
            "stop": 843891217
        },
        {
            "start": 843891219,
            "stop": 843891232
        },
        {
            "start": 843891234,
            "stop": 843891258
        },
        {
            "start": 843891260,
            "stop": 843891275
        },
        {
            "start": 843891277,
            "stop": 843891287
        },
        {
            "start": 843891289,
            "stop": 843891317
        },
        {
            "start": 843891319,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843894120
        },
        {
            "start": 843894124,
            "stop": 843894183
        },
        {
            "start": 843894185,
            "stop": 843894299
        },
        {
            "start": 843894301,
            "stop": 843894432
        },
        {
            "start": 843894434,
            "stop": 843894464
        },
        {
            "start": 843894466,
            "stop": 843894536
        }
    ]
}