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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9824",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9825,
    "results": [
        {
            "start": 873796794,
            "stop": 873797095
        },
        {
            "start": 873797112,
            "stop": 873797558
        },
        {
            "start": 873797575,
            "stop": 873799450
        },
        {
            "start": 873799469,
            "stop": 873801120
        },
        {
            "start": 873801180,
            "stop": 873801240
        },
        {
            "start": 873801300,
            "stop": 873804088
        },
        {
            "start": 873804105,
            "stop": 873804329
        },
        {
            "start": 873804346,
            "stop": 873804485
        },
        {
            "start": 873804503,
            "stop": 873805129
        },
        {
            "start": 873805146,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873807300
        },
        {
            "start": 873807360,
            "stop": 873808377
        },
        {
            "start": 873808394,
            "stop": 873808724
        },
        {
            "start": 873808905,
            "stop": 873810748
        },
        {
            "start": 873810765,
            "stop": 873812441
        },
        {
            "start": 873812458,
            "stop": 873813508
        },
        {
            "start": 873813660,
            "stop": 873813883
        },
        {
            "start": 873813900,
            "stop": 873814254
        },
        {
            "start": 873815073,
            "stop": 873816220
        },
        {
            "start": 873816340,
            "stop": 873817131
        }
    ]
}