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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 54,
    "results": [
        {
            "start": 1371904167,
            "stop": 1371904838
        },
        {
            "start": 1371904843,
            "stop": 1371905018
        },
        {
            "start": 1371905023,
            "stop": 1371909858
        },
        {
            "start": 1371935776,
            "stop": 1371936280
        },
        {
            "start": 1371936990,
            "stop": 1371940643
        },
        {
            "start": 1371941080,
            "stop": 1371944979
        },
        {
            "start": 1371944984,
            "stop": 1371951181
        },
        {
            "start": 1371955077,
            "stop": 1371958349
        },
        {
            "start": 1371958354,
            "stop": 1371961828
        },
        {
            "start": 1371961833,
            "stop": 1371971514
        },
        {
            "start": 1371971600,
            "stop": 1371973214
        },
        {
            "start": 1371973219,
            "stop": 1371984734
        },
        {
            "start": 1371984739,
            "stop": 1371989689
        },
        {
            "start": 1371989694,
            "stop": 1372005974
        },
        {
            "start": 1372005979,
            "stop": 1372007670
        },
        {
            "start": 1372007675,
            "stop": 1372008348
        },
        {
            "start": 1372011083,
            "stop": 1372012392
        },
        {
            "start": 1372012395,
            "stop": 1372012520
        },
        {
            "start": 1372012525,
            "stop": 1372014515
        },
        {
            "start": 1372028581,
            "stop": 1372033204
        }
    ]
}