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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=166",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 167,
    "results": [
        {
            "start": 819270651,
            "stop": 819272623
        },
        {
            "start": 819272626,
            "stop": 819273333
        },
        {
            "start": 819273453,
            "stop": 819274530
        },
        {
            "start": 819274547,
            "stop": 819281248
        },
        {
            "start": 819281280,
            "stop": 819284501
        },
        {
            "start": 819284504,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819291078
        },
        {
            "start": 819291082,
            "stop": 819292356
        },
        {
            "start": 819292360,
            "stop": 819292372
        },
        {
            "start": 819292375,
            "stop": 819292409
        },
        {
            "start": 819292412,
            "stop": 819294715
        },
        {
            "start": 819295551,
            "stop": 819296457
        },
        {
            "start": 819296577,
            "stop": 819298486
        },
        {
            "start": 819298490,
            "stop": 819298811
        },
        {
            "start": 819298814,
            "stop": 819299500
        },
        {
            "start": 819300229,
            "stop": 819300725
        },
        {
            "start": 819300728,
            "stop": 819301576
        },
        {
            "start": 819301579,
            "stop": 819301857
        },
        {
            "start": 819301977,
            "stop": 819301984
        },
        {
            "start": 819302104,
            "stop": 819302120
        }
    ]
}