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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=85",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 86,
    "results": [
        {
            "start": 1375249013,
            "stop": 1375250812
        },
        {
            "start": 1375250817,
            "stop": 1375251851
        },
        {
            "start": 1375251856,
            "stop": 1375252379
        },
        {
            "start": 1375252392,
            "stop": 1375253350
        },
        {
            "start": 1375253355,
            "stop": 1375258911
        },
        {
            "start": 1375258916,
            "stop": 1375259954
        },
        {
            "start": 1375259959,
            "stop": 1375264456
        },
        {
            "start": 1375264461,
            "stop": 1375272058
        },
        {
            "start": 1375276218,
            "stop": 1375276828
        },
        {
            "start": 1375276833,
            "stop": 1375278580
        },
        {
            "start": 1375278585,
            "stop": 1375279957
        },
        {
            "start": 1375279962,
            "stop": 1375290480
        },
        {
            "start": 1375290485,
            "stop": 1375290545
        },
        {
            "start": 1375290558,
            "stop": 1375293365
        },
        {
            "start": 1375297900,
            "stop": 1375299926
        },
        {
            "start": 1375299931,
            "stop": 1375300734
        },
        {
            "start": 1375300738,
            "stop": 1375301493
        },
        {
            "start": 1375301498,
            "stop": 1375305264
        },
        {
            "start": 1375305275,
            "stop": 1375308916
        },
        {
            "start": 1375308921,
            "stop": 1375321840
        }
    ]
}