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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=317",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 318,
    "results": [
        {
            "start": 821745880,
            "stop": 821745885
        },
        {
            "start": 821745891,
            "stop": 821745896
        },
        {
            "start": 821745899,
            "stop": 821745920
        },
        {
            "start": 821745926,
            "stop": 821745927
        },
        {
            "start": 821745930,
            "stop": 821745941
        },
        {
            "start": 821745946,
            "stop": 821745952
        },
        {
            "start": 821745955,
            "stop": 821745959
        },
        {
            "start": 821745962,
            "stop": 821745971
        },
        {
            "start": 821745976,
            "stop": 821746005
        },
        {
            "start": 821746008,
            "stop": 821746016
        },
        {
            "start": 821746022,
            "stop": 821746023
        },
        {
            "start": 821746026,
            "stop": 821746066
        },
        {
            "start": 821746070,
            "stop": 821746071
        },
        {
            "start": 821746076,
            "stop": 821746095
        },
        {
            "start": 821746100,
            "stop": 821746124
        },
        {
            "start": 821746130,
            "stop": 821746140
        },
        {
            "start": 821746143,
            "stop": 821746145
        },
        {
            "start": 821746151,
            "stop": 821746174
        },
        {
            "start": 821746177,
            "stop": 821746180
        },
        {
            "start": 821746186,
            "stop": 821746189
        }
    ]
}