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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=148",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 149,
    "results": [
        {
            "start": 819333480,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819337984
        },
        {
            "start": 819338016,
            "stop": 819338140
        },
        {
            "start": 819338260,
            "stop": 819339433
        },
        {
            "start": 819339436,
            "stop": 819340564
        },
        {
            "start": 819340684,
            "stop": 819342897
        },
        {
            "start": 819343017,
            "stop": 819343989
        },
        {
            "start": 819343992,
            "stop": 819344462
        },
        {
            "start": 819344582,
            "stop": 819345166
        },
        {
            "start": 819345183,
            "stop": 819345420
        },
        {
            "start": 819345480,
            "stop": 819345502
        },
        {
            "start": 819345505,
            "stop": 819345772
        },
        {
            "start": 819345775,
            "stop": 819346368
        },
        {
            "start": 819346400,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347595
        },
        {
            "start": 819347598,
            "stop": 819347772
        },
        {
            "start": 819347775,
            "stop": 819347829
        },
        {
            "start": 819347949,
            "stop": 819348000
        },
        {
            "start": 819354505,
            "stop": 819354918
        },
        {
            "start": 819354921,
            "stop": 819357096
        }
    ]
}