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=3520
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=3521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3519",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3520,
    "results": [
        {
            "start": 871434699,
            "stop": 871436882
        },
        {
            "start": 871436899,
            "stop": 871437292
        },
        {
            "start": 871437309,
            "stop": 871437435
        },
        {
            "start": 871437452,
            "stop": 871437530
        },
        {
            "start": 871437547,
            "stop": 871437629
        },
        {
            "start": 871437646,
            "stop": 871437660
        },
        {
            "start": 871437721,
            "stop": 871437934
        },
        {
            "start": 871437951,
            "stop": 871438128
        },
        {
            "start": 871438145,
            "stop": 871439514
        },
        {
            "start": 871439517,
            "stop": 871439595
        },
        {
            "start": 871439612,
            "stop": 871439864
        },
        {
            "start": 871439881,
            "stop": 871439953
        },
        {
            "start": 871439959,
            "stop": 871440043
        },
        {
            "start": 871440060,
            "stop": 871440072
        },
        {
            "start": 871440115,
            "stop": 871440199
        },
        {
            "start": 871440233,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871445649
        },
        {
            "start": 871445666,
            "stop": 871446179
        },
        {
            "start": 871446240,
            "stop": 871446309
        },
        {
            "start": 871446326,
            "stop": 871446419
        }
    ]
}