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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=256",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 257,
    "results": [
        {
            "start": 820467361,
            "stop": 820467504
        },
        {
            "start": 820467507,
            "stop": 820468475
        },
        {
            "start": 820468480,
            "stop": 820468751
        },
        {
            "start": 820468756,
            "stop": 820468757
        },
        {
            "start": 820468761,
            "stop": 820468970
        },
        {
            "start": 820468973,
            "stop": 820469012
        },
        {
            "start": 820469016,
            "stop": 820469075
        },
        {
            "start": 820469195,
            "stop": 820469331
        },
        {
            "start": 820469334,
            "stop": 820469648
        },
        {
            "start": 820469651,
            "stop": 820469684
        },
        {
            "start": 820469687,
            "stop": 820470384
        },
        {
            "start": 820470504,
            "stop": 820470565
        },
        {
            "start": 820470569,
            "stop": 820470805
        },
        {
            "start": 820470808,
            "stop": 820471425
        },
        {
            "start": 820471429,
            "stop": 820471949
        },
        {
            "start": 820471952,
            "stop": 820472224
        },
        {
            "start": 820472259,
            "stop": 820472262
        },
        {
            "start": 820472265,
            "stop": 820472580
        },
        {
            "start": 820472641,
            "stop": 820472921
        },
        {
            "start": 820472924,
            "stop": 820473020
        }
    ]
}