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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6334",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6335,
    "results": [
        {
            "start": 873338337,
            "stop": 873338745
        },
        {
            "start": 873338746,
            "stop": 873338753
        },
        {
            "start": 873338754,
            "stop": 873338942
        },
        {
            "start": 873338943,
            "stop": 873339520
        },
        {
            "start": 873339521,
            "stop": 873339572
        },
        {
            "start": 873339573,
            "stop": 873339621
        },
        {
            "start": 873339623,
            "stop": 873339649
        },
        {
            "start": 873339650,
            "stop": 873339731
        },
        {
            "start": 873339732,
            "stop": 873340312
        },
        {
            "start": 873340313,
            "stop": 873340811
        },
        {
            "start": 873340812,
            "stop": 873341165
        },
        {
            "start": 873341166,
            "stop": 873341345
        },
        {
            "start": 873341346,
            "stop": 873341370
        },
        {
            "start": 873341371,
            "stop": 873341468
        },
        {
            "start": 873341469,
            "stop": 873341477
        },
        {
            "start": 873341478,
            "stop": 873343060
        },
        {
            "start": 873343061,
            "stop": 873343095
        },
        {
            "start": 873343096,
            "stop": 873343257
        },
        {
            "start": 873343258,
            "stop": 873343326
        },
        {
            "start": 873343327,
            "stop": 873343470
        }
    ]
}