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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=210",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 211,
    "results": [
        {
            "start": 820190558,
            "stop": 820190838
        },
        {
            "start": 820190842,
            "stop": 820190851
        },
        {
            "start": 820190855,
            "stop": 820190858
        },
        {
            "start": 820190861,
            "stop": 820190899
        },
        {
            "start": 820190902,
            "stop": 820190927
        },
        {
            "start": 820190931,
            "stop": 820191002
        },
        {
            "start": 820191005,
            "stop": 820191014
        },
        {
            "start": 820191017,
            "stop": 820191070
        },
        {
            "start": 820191073,
            "stop": 820191234
        },
        {
            "start": 820191237,
            "stop": 820191259
        },
        {
            "start": 820191262,
            "stop": 820191287
        },
        {
            "start": 820191291,
            "stop": 820191305
        },
        {
            "start": 820191308,
            "stop": 820191310
        },
        {
            "start": 820191313,
            "stop": 820191365
        },
        {
            "start": 820191368,
            "stop": 820191377
        },
        {
            "start": 820191380,
            "stop": 820191672
        },
        {
            "start": 820191675,
            "stop": 820191678
        },
        {
            "start": 820191681,
            "stop": 820191684
        },
        {
            "start": 820191687,
            "stop": 820191709
        },
        {
            "start": 820191712,
            "stop": 820191728
        }
    ]
}