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=2053
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=2054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2052",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2053,
    "results": [
        {
            "start": 860945855,
            "stop": 860946353
        },
        {
            "start": 860946355,
            "stop": 860947754
        },
        {
            "start": 860948452,
            "stop": 860953380
        },
        {
            "start": 860953393,
            "stop": 860953405
        },
        {
            "start": 860953413,
            "stop": 860953414
        },
        {
            "start": 860953415,
            "stop": 860953427
        },
        {
            "start": 860953433,
            "stop": 860953467
        },
        {
            "start": 860953473,
            "stop": 860954134
        },
        {
            "start": 860954232,
            "stop": 860960967
        },
        {
            "start": 860961044,
            "stop": 860964160
        },
        {
            "start": 860964165,
            "stop": 860968211
        },
        {
            "start": 860968348,
            "stop": 860970512
        },
        {
            "start": 860970976,
            "stop": 860972755
        },
        {
            "start": 860972760,
            "stop": 860972812
        },
        {
            "start": 860972818,
            "stop": 860988153
        },
        {
            "start": 860991344,
            "stop": 861013229
        },
        {
            "start": 861013282,
            "stop": 861025279
        },
        {
            "start": 861026530,
            "stop": 861027547
        },
        {
            "start": 861027553,
            "stop": 861031868
        },
        {
            "start": 861031993,
            "stop": 861033986
        }
    ]
}