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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=223",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 224,
    "results": [
        {
            "start": 827321528,
            "stop": 827334619
        },
        {
            "start": 827334623,
            "stop": 827334634
        },
        {
            "start": 827334636,
            "stop": 827334637
        },
        {
            "start": 827334640,
            "stop": 827334950
        },
        {
            "start": 827334952,
            "stop": 827334953
        },
        {
            "start": 827334955,
            "stop": 827334963
        },
        {
            "start": 827334966,
            "stop": 827334967
        },
        {
            "start": 827334971,
            "stop": 827334983
        },
        {
            "start": 827334988,
            "stop": 827335013
        },
        {
            "start": 827335015,
            "stop": 827335073
        },
        {
            "start": 827335075,
            "stop": 827335164
        },
        {
            "start": 827335166,
            "stop": 827335169
        },
        {
            "start": 827335171,
            "stop": 827335184
        },
        {
            "start": 827335186,
            "stop": 827335293
        },
        {
            "start": 827335295,
            "stop": 827335311
        },
        {
            "start": 827335314,
            "stop": 827335315
        },
        {
            "start": 827335317,
            "stop": 827335326
        },
        {
            "start": 827335332,
            "stop": 827335343
        },
        {
            "start": 827335348,
            "stop": 827344544
        },
        {
            "start": 827344549,
            "stop": 827344555
        }
    ]
}