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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1918",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1916",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1917,
    "results": [
        {
            "start": 1251963590,
            "stop": 1251963594
        },
        {
            "start": 1251963597,
            "stop": 1251963638
        },
        {
            "start": 1251963641,
            "stop": 1251963706
        },
        {
            "start": 1251963713,
            "stop": 1251963718
        },
        {
            "start": 1251963721,
            "stop": 1251963734
        },
        {
            "start": 1251963736,
            "stop": 1251963741
        },
        {
            "start": 1251963743,
            "stop": 1251963763
        },
        {
            "start": 1251963765,
            "stop": 1251963767
        },
        {
            "start": 1251963770,
            "stop": 1251963777
        },
        {
            "start": 1251963780,
            "stop": 1251963805
        },
        {
            "start": 1251963811,
            "stop": 1251963825
        },
        {
            "start": 1251963828,
            "stop": 1251963830
        },
        {
            "start": 1251972715,
            "stop": 1251973063
        },
        {
            "start": 1251973065,
            "stop": 1251973156
        },
        {
            "start": 1251973159,
            "stop": 1251975944
        },
        {
            "start": 1251975947,
            "stop": 1251976184
        },
        {
            "start": 1251976187,
            "stop": 1251976426
        },
        {
            "start": 1251976429,
            "stop": 1251977505
        },
        {
            "start": 1251977513,
            "stop": 1251980704
        },
        {
            "start": 1251980706,
            "stop": 1251980898
        }
    ]
}