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=6418
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=6419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6417",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6418,
    "results": [
        {
            "start": 873753132,
            "stop": 873753216
        },
        {
            "start": 873753217,
            "stop": 873753253
        },
        {
            "start": 873753254,
            "stop": 873753345
        },
        {
            "start": 873753346,
            "stop": 873753444
        },
        {
            "start": 873753446,
            "stop": 873753463
        },
        {
            "start": 873753465,
            "stop": 873753523
        },
        {
            "start": 873753524,
            "stop": 873753564
        },
        {
            "start": 873753566,
            "stop": 873753679
        },
        {
            "start": 873753680,
            "stop": 873754202
        },
        {
            "start": 873754203,
            "stop": 873754394
        },
        {
            "start": 873754396,
            "stop": 873754445
        },
        {
            "start": 873754446,
            "stop": 873754538
        },
        {
            "start": 873754539,
            "stop": 873754567
        },
        {
            "start": 873754569,
            "stop": 873754584
        },
        {
            "start": 873754585,
            "stop": 873755136
        },
        {
            "start": 873755137,
            "stop": 873755359
        },
        {
            "start": 873755360,
            "stop": 873755400
        },
        {
            "start": 873755401,
            "stop": 873755894
        },
        {
            "start": 873755895,
            "stop": 873755915
        },
        {
            "start": 873755916,
            "stop": 873756034
        }
    ]
}