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=4827
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=4828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4826",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4827,
    "results": [
        {
            "start": 874685724,
            "stop": 874685727
        },
        {
            "start": 874685746,
            "stop": 874685791
        },
        {
            "start": 874685810,
            "stop": 874685842
        },
        {
            "start": 874685879,
            "stop": 874685926
        },
        {
            "start": 874685943,
            "stop": 874685960
        },
        {
            "start": 874685980,
            "stop": 874686021
        },
        {
            "start": 874686040,
            "stop": 874686093
        },
        {
            "start": 874686147,
            "stop": 874686205
        },
        {
            "start": 874686225,
            "stop": 874686241
        },
        {
            "start": 874686260,
            "stop": 874686347
        },
        {
            "start": 874686366,
            "stop": 874686451
        },
        {
            "start": 874686486,
            "stop": 874686511
        },
        {
            "start": 874686555,
            "stop": 874686560
        },
        {
            "start": 874686583,
            "stop": 874686585
        },
        {
            "start": 874686604,
            "stop": 874686657
        },
        {
            "start": 874686676,
            "stop": 874686797
        },
        {
            "start": 874686816,
            "stop": 874686833
        },
        {
            "start": 874686852,
            "stop": 874686863
        },
        {
            "start": 874686882,
            "stop": 874686942
        },
        {
            "start": 874686961,
            "stop": 874686986
        }
    ]
}