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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=208",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 209,
    "results": [
        {
            "start": 932992986,
            "stop": 932993670
        },
        {
            "start": 932993672,
            "stop": 932994015
        },
        {
            "start": 932994375,
            "stop": 932994491
        },
        {
            "start": 932994493,
            "stop": 932995235
        },
        {
            "start": 932995252,
            "stop": 932995463
        },
        {
            "start": 932995465,
            "stop": 932995482
        },
        {
            "start": 932995510,
            "stop": 932995564
        },
        {
            "start": 932995630,
            "stop": 932995639
        },
        {
            "start": 932995676,
            "stop": 932995686
        },
        {
            "start": 932995709,
            "stop": 932995732
        },
        {
            "start": 932995768,
            "stop": 932995789
        },
        {
            "start": 932995807,
            "stop": 932995845
        },
        {
            "start": 932995863,
            "stop": 932995885
        },
        {
            "start": 932995887,
            "stop": 932995949
        },
        {
            "start": 932995971,
            "stop": 932995973
        },
        {
            "start": 932995991,
            "stop": 932996039
        },
        {
            "start": 932996041,
            "stop": 932996059
        },
        {
            "start": 932996062,
            "stop": 932996073
        },
        {
            "start": 932997233,
            "stop": 932997615
        },
        {
            "start": 933010476,
            "stop": 933012015
        }
    ]
}