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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=304",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 305,
    "results": [
        {
            "start": 822481938,
            "stop": 822481975
        },
        {
            "start": 822481978,
            "stop": 822482261
        },
        {
            "start": 822482264,
            "stop": 822482266
        },
        {
            "start": 822482270,
            "stop": 822482311
        },
        {
            "start": 822482314,
            "stop": 822482361
        },
        {
            "start": 822482366,
            "stop": 822482381
        },
        {
            "start": 822483124,
            "stop": 822483134
        },
        {
            "start": 822483137,
            "stop": 822483138
        },
        {
            "start": 822483142,
            "stop": 822483231
        },
        {
            "start": 822483234,
            "stop": 822483253
        },
        {
            "start": 822486746,
            "stop": 822486757
        },
        {
            "start": 822486894,
            "stop": 822486931
        },
        {
            "start": 822486934,
            "stop": 822487018
        },
        {
            "start": 822487022,
            "stop": 822487061
        },
        {
            "start": 822487064,
            "stop": 822487071
        },
        {
            "start": 822487074,
            "stop": 822487082
        },
        {
            "start": 822487085,
            "stop": 822487102
        },
        {
            "start": 822487106,
            "stop": 822487108
        },
        {
            "start": 822487111,
            "stop": 822487153
        },
        {
            "start": 822487304,
            "stop": 822487508
        }
    ]
}