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=1895
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=1896",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1894",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1895,
    "results": [
        {
            "start": 1251363682,
            "stop": 1251368850
        },
        {
            "start": 1251368857,
            "stop": 1251370840
        },
        {
            "start": 1251370843,
            "stop": 1251372876
        },
        {
            "start": 1251372878,
            "stop": 1251375244
        },
        {
            "start": 1251375252,
            "stop": 1251375259
        },
        {
            "start": 1251382917,
            "stop": 1251387350
        },
        {
            "start": 1251387353,
            "stop": 1251388101
        },
        {
            "start": 1251388108,
            "stop": 1251389083
        },
        {
            "start": 1251389086,
            "stop": 1251389767
        },
        {
            "start": 1251400522,
            "stop": 1251400774
        },
        {
            "start": 1251400777,
            "stop": 1251400957
        },
        {
            "start": 1251400960,
            "stop": 1251400966
        },
        {
            "start": 1251400969,
            "stop": 1251401234
        },
        {
            "start": 1251401237,
            "stop": 1251401431
        },
        {
            "start": 1251401433,
            "stop": 1251402103
        },
        {
            "start": 1251402106,
            "stop": 1251402112
        },
        {
            "start": 1251402115,
            "stop": 1251402774
        },
        {
            "start": 1251402777,
            "stop": 1251404342
        },
        {
            "start": 1251404345,
            "stop": 1251404349
        },
        {
            "start": 1251404352,
            "stop": 1251404360
        }
    ]
}