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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=152",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 153,
    "results": [
        {
            "start": 932099704,
            "stop": 932099727
        },
        {
            "start": 932099730,
            "stop": 932101215
        },
        {
            "start": 932101575,
            "stop": 932103801
        },
        {
            "start": 932103803,
            "stop": 932103952
        },
        {
            "start": 932103954,
            "stop": 932104137
        },
        {
            "start": 932104139,
            "stop": 932104241
        },
        {
            "start": 932104243,
            "stop": 932104253
        },
        {
            "start": 932104271,
            "stop": 932104274
        },
        {
            "start": 932104276,
            "stop": 932104363
        },
        {
            "start": 932104365,
            "stop": 932104409
        },
        {
            "start": 932104411,
            "stop": 932104663
        },
        {
            "start": 932104666,
            "stop": 932104680
        },
        {
            "start": 932104682,
            "stop": 932104753
        },
        {
            "start": 932104756,
            "stop": 932104784
        },
        {
            "start": 932104786,
            "stop": 932104799
        },
        {
            "start": 932104801,
            "stop": 932104815
        },
        {
            "start": 932105175,
            "stop": 932105885
        },
        {
            "start": 932105887,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932107257
        },
        {
            "start": 932107276,
            "stop": 932107903
        }
    ]
}