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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=135",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 136,
    "results": [
        {
            "start": 819125485,
            "stop": 819125988
        },
        {
            "start": 819125992,
            "stop": 819127502
        },
        {
            "start": 819127505,
            "stop": 819129690
        },
        {
            "start": 819129694,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144213
        },
        {
            "start": 819145392,
            "stop": 819145805
        },
        {
            "start": 819145822,
            "stop": 819146173
        },
        {
            "start": 819146176,
            "stop": 819146413
        },
        {
            "start": 819146430,
            "stop": 819146663
        },
        {
            "start": 819146680,
            "stop": 819146839
        },
        {
            "start": 819146856,
            "stop": 819146934
        },
        {
            "start": 819146951,
            "stop": 819147072
        },
        {
            "start": 819147089,
            "stop": 819147387
        },
        {
            "start": 819147404,
            "stop": 819147610
        },
        {
            "start": 819147627,
            "stop": 819147661
        },
        {
            "start": 819147664,
            "stop": 819147731
        },
        {
            "start": 819147734,
            "stop": 819147736
        },
        {
            "start": 819147741,
            "stop": 819147879
        },
        {
            "start": 819147882,
            "stop": 819147902
        },
        {
            "start": 819147919,
            "stop": 819147920
        }
    ]
}