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=437
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=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=436",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 437,
    "results": [
        {
            "start": 825734930,
            "stop": 825739512
        },
        {
            "start": 825752818,
            "stop": 825752822
        },
        {
            "start": 825752888,
            "stop": 825752891
        },
        {
            "start": 825752910,
            "stop": 825752925
        },
        {
            "start": 825752944,
            "stop": 825752978
        },
        {
            "start": 825752997,
            "stop": 825753012
        },
        {
            "start": 825753050,
            "stop": 825753063
        },
        {
            "start": 825753082,
            "stop": 825753104
        },
        {
            "start": 825753153,
            "stop": 825755316
        },
        {
            "start": 825755347,
            "stop": 825761714
        },
        {
            "start": 825761731,
            "stop": 825764054
        },
        {
            "start": 825764071,
            "stop": 825764259
        },
        {
            "start": 825766094,
            "stop": 825768125
        },
        {
            "start": 825768142,
            "stop": 825770310
        },
        {
            "start": 825772269,
            "stop": 825777821
        },
        {
            "start": 825777825,
            "stop": 825779400
        },
        {
            "start": 825779520,
            "stop": 825780143
        },
        {
            "start": 825780147,
            "stop": 825780692
        },
        {
            "start": 825780717,
            "stop": 825781366
        },
        {
            "start": 825781371,
            "stop": 825781374
        }
    ]
}