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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4796",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4797,
    "results": [
        {
            "start": 874630848,
            "stop": 874630868
        },
        {
            "start": 874630887,
            "stop": 874630913
        },
        {
            "start": 874630932,
            "stop": 874630987
        },
        {
            "start": 874631028,
            "stop": 874631054
        },
        {
            "start": 874631073,
            "stop": 874631128
        },
        {
            "start": 874631148,
            "stop": 874631157
        },
        {
            "start": 874631176,
            "stop": 874631195
        },
        {
            "start": 874631223,
            "stop": 874631275
        },
        {
            "start": 874631294,
            "stop": 874631354
        },
        {
            "start": 874631389,
            "stop": 874631402
        },
        {
            "start": 874631435,
            "stop": 874631483
        },
        {
            "start": 874631502,
            "stop": 874631593
        },
        {
            "start": 874631612,
            "stop": 874631675
        },
        {
            "start": 874631706,
            "stop": 874631879
        },
        {
            "start": 874631898,
            "stop": 874631909
        },
        {
            "start": 874631928,
            "stop": 874631996
        },
        {
            "start": 874632015,
            "stop": 874632115
        },
        {
            "start": 874632135,
            "stop": 874632170
        },
        {
            "start": 874632189,
            "stop": 874632247
        },
        {
            "start": 874632266,
            "stop": 874632302
        }
    ]
}