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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3691",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3692,
    "results": [
        {
            "start": 873116887,
            "stop": 873117452
        },
        {
            "start": 873117470,
            "stop": 873117471
        },
        {
            "start": 873117488,
            "stop": 873117662
        },
        {
            "start": 873117680,
            "stop": 873118273
        },
        {
            "start": 873118301,
            "stop": 873118343
        },
        {
            "start": 873118360,
            "stop": 873118682
        },
        {
            "start": 873118699,
            "stop": 873118788
        },
        {
            "start": 873118805,
            "stop": 873118911
        },
        {
            "start": 873118928,
            "stop": 873119113
        },
        {
            "start": 873119130,
            "stop": 873119195
        },
        {
            "start": 873119212,
            "stop": 873119274
        },
        {
            "start": 873119291,
            "stop": 873119296
        },
        {
            "start": 873119313,
            "stop": 873119368
        },
        {
            "start": 873119400,
            "stop": 873119523
        },
        {
            "start": 873119549,
            "stop": 873119646
        },
        {
            "start": 873119669,
            "stop": 873119683
        },
        {
            "start": 873120692,
            "stop": 873122885
        },
        {
            "start": 873122902,
            "stop": 873123330
        },
        {
            "start": 873123347,
            "stop": 873123690
        },
        {
            "start": 873123707,
            "stop": 873124020
        }
    ]
}