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=1658
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=1659",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1657",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1658,
    "results": [
        {
            "start": 1248316290,
            "stop": 1248316295
        },
        {
            "start": 1248324915,
            "stop": 1248324984
        },
        {
            "start": 1248324986,
            "stop": 1248329645
        },
        {
            "start": 1248329648,
            "stop": 1248331182
        },
        {
            "start": 1248331185,
            "stop": 1248331476
        },
        {
            "start": 1248331479,
            "stop": 1248333598
        },
        {
            "start": 1248333601,
            "stop": 1248334011
        },
        {
            "start": 1248334013,
            "stop": 1248334014
        },
        {
            "start": 1248334017,
            "stop": 1248334728
        },
        {
            "start": 1248334731,
            "stop": 1248334804
        },
        {
            "start": 1248334805,
            "stop": 1248335077
        },
        {
            "start": 1248335078,
            "stop": 1248335099
        },
        {
            "start": 1248335100,
            "stop": 1248335164
        },
        {
            "start": 1248335167,
            "stop": 1248340069
        },
        {
            "start": 1248340077,
            "stop": 1248340475
        },
        {
            "start": 1248340476,
            "stop": 1248340797
        },
        {
            "start": 1248340800,
            "stop": 1248341257
        },
        {
            "start": 1248341258,
            "stop": 1248342323
        },
        {
            "start": 1248342325,
            "stop": 1248345168
        },
        {
            "start": 1248345171,
            "stop": 1248346447
        }
    ]
}