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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=258",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 259,
    "results": [
        {
            "start": 934122693,
            "stop": 934122743
        },
        {
            "start": 934122761,
            "stop": 934122775
        },
        {
            "start": 934122810,
            "stop": 934122815
        },
        {
            "start": 934122818,
            "stop": 934122836
        },
        {
            "start": 934122854,
            "stop": 934122872
        },
        {
            "start": 934122874,
            "stop": 934122900
        },
        {
            "start": 934122917,
            "stop": 934122958
        },
        {
            "start": 934126605,
            "stop": 934126613
        },
        {
            "start": 934126618,
            "stop": 934126662
        },
        {
            "start": 934126664,
            "stop": 934126672
        },
        {
            "start": 934126674,
            "stop": 934126835
        },
        {
            "start": 934126838,
            "stop": 934126984
        },
        {
            "start": 934126986,
            "stop": 934127052
        },
        {
            "start": 934127056,
            "stop": 934127078
        },
        {
            "start": 934127082,
            "stop": 934127114
        },
        {
            "start": 934127119,
            "stop": 934127202
        },
        {
            "start": 934127204,
            "stop": 934127369
        },
        {
            "start": 934127371,
            "stop": 934127485
        },
        {
            "start": 934127489,
            "stop": 934127563
        },
        {
            "start": 934127565,
            "stop": 934127583
        }
    ]
}