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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=439",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 440,
    "results": [
        {
            "start": 827207701,
            "stop": 827207853
        },
        {
            "start": 827207860,
            "stop": 827207922
        },
        {
            "start": 827207930,
            "stop": 827208062
        },
        {
            "start": 827208069,
            "stop": 827208090
        },
        {
            "start": 827208098,
            "stop": 827208176
        },
        {
            "start": 827208187,
            "stop": 827208244
        },
        {
            "start": 827208252,
            "stop": 827208332
        },
        {
            "start": 827208339,
            "stop": 827208482
        },
        {
            "start": 827208489,
            "stop": 827208652
        },
        {
            "start": 827208659,
            "stop": 827208746
        },
        {
            "start": 827208753,
            "stop": 827208784
        },
        {
            "start": 827208793,
            "stop": 827208915
        },
        {
            "start": 827208922,
            "stop": 827208972
        },
        {
            "start": 827208979,
            "stop": 827209026
        },
        {
            "start": 827209033,
            "stop": 827209034
        },
        {
            "start": 827209053,
            "stop": 827209257
        },
        {
            "start": 827209264,
            "stop": 827209480
        },
        {
            "start": 827209488,
            "stop": 827209586
        },
        {
            "start": 827209593,
            "stop": 827209697
        },
        {
            "start": 827209705,
            "stop": 827209894
        }
    ]
}