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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=359",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 360,
    "results": [
        {
            "start": 1240737304,
            "stop": 1240737473
        },
        {
            "start": 1240737474,
            "stop": 1240737491
        },
        {
            "start": 1240737492,
            "stop": 1240737630
        },
        {
            "start": 1240737631,
            "stop": 1240737731
        },
        {
            "start": 1240737735,
            "stop": 1240738766
        },
        {
            "start": 1240738767,
            "stop": 1240738960
        },
        {
            "start": 1240738961,
            "stop": 1240738966
        },
        {
            "start": 1240738969,
            "stop": 1240738978
        },
        {
            "start": 1240738981,
            "stop": 1240739174
        },
        {
            "start": 1240739176,
            "stop": 1240739189
        },
        {
            "start": 1240739191,
            "stop": 1240739268
        },
        {
            "start": 1240739271,
            "stop": 1240739406
        },
        {
            "start": 1240739408,
            "stop": 1240739444
        },
        {
            "start": 1240739445,
            "stop": 1240739468
        },
        {
            "start": 1240739469,
            "stop": 1240739538
        },
        {
            "start": 1240739539,
            "stop": 1240739550
        },
        {
            "start": 1240739551,
            "stop": 1240739579
        },
        {
            "start": 1240739582,
            "stop": 1240739679
        },
        {
            "start": 1240739682,
            "stop": 1240739734
        },
        {
            "start": 1240739735,
            "stop": 1240739754
        }
    ]
}