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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=226",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 227,
    "results": [
        {
            "start": 933370709,
            "stop": 933370714
        },
        {
            "start": 933370730,
            "stop": 933370829
        },
        {
            "start": 933370889,
            "stop": 933370932
        },
        {
            "start": 933370943,
            "stop": 933370947
        },
        {
            "start": 933370967,
            "stop": 933371369
        },
        {
            "start": 933371429,
            "stop": 933371869
        },
        {
            "start": 933371880,
            "stop": 933372015
        },
        {
            "start": 933372375,
            "stop": 933372769
        },
        {
            "start": 933372775,
            "stop": 933372960
        },
        {
            "start": 933373946,
            "stop": 933375592
        },
        {
            "start": 933375594,
            "stop": 933375615
        },
        {
            "start": 933375975,
            "stop": 933376261
        },
        {
            "start": 933379575,
            "stop": 933380182
        },
        {
            "start": 933390375,
            "stop": 933391554
        },
        {
            "start": 933391556,
            "stop": 933391569
        },
        {
            "start": 933391571,
            "stop": 933391584
        },
        {
            "start": 933391586,
            "stop": 933391598
        },
        {
            "start": 933391601,
            "stop": 933391614
        },
        {
            "start": 933391616,
            "stop": 933391688
        },
        {
            "start": 933391691,
            "stop": 933391703
        }
    ]
}