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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=227",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 228,
    "results": [
        {
            "start": 827393127,
            "stop": 827393136
        },
        {
            "start": 827393138,
            "stop": 827393667
        },
        {
            "start": 827393671,
            "stop": 827393674
        },
        {
            "start": 827393676,
            "stop": 827393719
        },
        {
            "start": 827393721,
            "stop": 827394878
        },
        {
            "start": 827394886,
            "stop": 827394890
        },
        {
            "start": 827394900,
            "stop": 827394901
        },
        {
            "start": 827394906,
            "stop": 827394908
        },
        {
            "start": 827394914,
            "stop": 827394915
        },
        {
            "start": 827394917,
            "stop": 827394931
        },
        {
            "start": 827394933,
            "stop": 827394936
        },
        {
            "start": 827394941,
            "stop": 827394943
        },
        {
            "start": 827394945,
            "stop": 827394947
        },
        {
            "start": 827394949,
            "stop": 827394960
        },
        {
            "start": 827394962,
            "stop": 827394963
        },
        {
            "start": 827394968,
            "stop": 827395164
        },
        {
            "start": 827395171,
            "stop": 827395212
        },
        {
            "start": 827395215,
            "stop": 827395224
        },
        {
            "start": 827395229,
            "stop": 827395230
        },
        {
            "start": 827395232,
            "stop": 827395236
        }
    ]
}