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=1858
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=1859",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1857",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1858,
    "results": [
        {
            "start": 1250734523,
            "stop": 1250734525
        },
        {
            "start": 1250734528,
            "stop": 1250734532
        },
        {
            "start": 1250734533,
            "stop": 1250734537
        },
        {
            "start": 1250734540,
            "stop": 1250734557
        },
        {
            "start": 1250734560,
            "stop": 1250734579
        },
        {
            "start": 1250734582,
            "stop": 1250734584
        },
        {
            "start": 1250734585,
            "stop": 1250734586
        },
        {
            "start": 1250734589,
            "stop": 1250734712
        },
        {
            "start": 1250734715,
            "stop": 1250734719
        },
        {
            "start": 1250734722,
            "stop": 1250734757
        },
        {
            "start": 1250734760,
            "stop": 1250734764
        },
        {
            "start": 1250734767,
            "stop": 1250734793
        },
        {
            "start": 1250734796,
            "stop": 1250734844
        },
        {
            "start": 1250734847,
            "stop": 1250734851
        },
        {
            "start": 1250734854,
            "stop": 1250734935
        },
        {
            "start": 1250734938,
            "stop": 1250735043
        },
        {
            "start": 1250735046,
            "stop": 1250735050
        },
        {
            "start": 1250735056,
            "stop": 1250735095
        },
        {
            "start": 1250735098,
            "stop": 1250735152
        },
        {
            "start": 1250735155,
            "stop": 1250735173
        }
    ]
}