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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8753",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8754,
    "results": [
        {
            "start": 873116569,
            "stop": 873116870
        },
        {
            "start": 873116887,
            "stop": 873117452
        },
        {
            "start": 873117470,
            "stop": 873117471
        },
        {
            "start": 873117488,
            "stop": 873117662
        },
        {
            "start": 873117679,
            "stop": 873118273
        },
        {
            "start": 873118301,
            "stop": 873118343
        },
        {
            "start": 873118360,
            "stop": 873118682
        },
        {
            "start": 873118699,
            "stop": 873118911
        },
        {
            "start": 873118928,
            "stop": 873119195
        },
        {
            "start": 873119212,
            "stop": 873119274
        },
        {
            "start": 873119291,
            "stop": 873119381
        },
        {
            "start": 873119398,
            "stop": 873119523
        },
        {
            "start": 873119540,
            "stop": 873119683
        },
        {
            "start": 873120692,
            "stop": 873120780
        },
        {
            "start": 873120840,
            "stop": 873122844
        },
        {
            "start": 873122964,
            "stop": 873123900
        },
        {
            "start": 873123960,
            "stop": 873124010
        },
        {
            "start": 873124206,
            "stop": 873124335
        },
        {
            "start": 873124336,
            "stop": 873125280
        },
        {
            "start": 873125340,
            "stop": 873125458
        }
    ]
}