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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 156,
    "results": [
        {
            "start": 1382176065,
            "stop": 1382186679
        },
        {
            "start": 1382186684,
            "stop": 1382187371
        },
        {
            "start": 1382187376,
            "stop": 1382192555
        },
        {
            "start": 1382193649,
            "stop": 1382193916
        },
        {
            "start": 1382194925,
            "stop": 1382195103
        },
        {
            "start": 1382237672,
            "stop": 1382238086
        },
        {
            "start": 1382238091,
            "stop": 1382241972
        },
        {
            "start": 1382241977,
            "stop": 1382243952
        },
        {
            "start": 1382243957,
            "stop": 1382244859
        },
        {
            "start": 1382244864,
            "stop": 1382255676
        },
        {
            "start": 1382255681,
            "stop": 1382256172
        },
        {
            "start": 1382256177,
            "stop": 1382260738
        },
        {
            "start": 1382260743,
            "stop": 1382263199
        },
        {
            "start": 1382263204,
            "stop": 1382268283
        },
        {
            "start": 1382268288,
            "stop": 1382274291
        },
        {
            "start": 1382274295,
            "stop": 1382278845
        },
        {
            "start": 1382278850,
            "stop": 1382279032
        },
        {
            "start": 1382279037,
            "stop": 1382283386
        },
        {
            "start": 1382283391,
            "stop": 1382285246
        },
        {
            "start": 1382285251,
            "stop": 1382287796
        }
    ]
}