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=434
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=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=433",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 434,
    "results": [
        {
            "start": 825649786,
            "stop": 825654072
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825664812
        },
        {
            "start": 825664815,
            "stop": 825673323
        },
        {
            "start": 825673326,
            "stop": 825676041
        },
        {
            "start": 825676044,
            "stop": 825686865
        },
        {
            "start": 825686884,
            "stop": 825687093
        },
        {
            "start": 825687097,
            "stop": 825687100
        },
        {
            "start": 825687103,
            "stop": 825689412
        },
        {
            "start": 825689416,
            "stop": 825691693
        },
        {
            "start": 825691712,
            "stop": 825691748
        },
        {
            "start": 825691767,
            "stop": 825693073
        },
        {
            "start": 825693090,
            "stop": 825693300
        },
        {
            "start": 825693420,
            "stop": 825693913
        },
        {
            "start": 825693916,
            "stop": 825695027
        },
        {
            "start": 825695121,
            "stop": 825696073
        },
        {
            "start": 825697158,
            "stop": 825697369
        },
        {
            "start": 825697484,
            "stop": 825697592
        },
        {
            "start": 825697595,
            "stop": 825697809
        },
        {
            "start": 825697813,
            "stop": 825698013
        }
    ]
}