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=6448
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=6449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6447",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6448,
    "results": [
        {
            "start": 873889551,
            "stop": 873889568
        },
        {
            "start": 873889569,
            "stop": 873890189
        },
        {
            "start": 873890191,
            "stop": 873890963
        },
        {
            "start": 873890965,
            "stop": 873891250
        },
        {
            "start": 873891251,
            "stop": 873891396
        },
        {
            "start": 873891397,
            "stop": 873891563
        },
        {
            "start": 873891564,
            "stop": 873892651
        },
        {
            "start": 873892652,
            "stop": 873892949
        },
        {
            "start": 873892950,
            "stop": 873893152
        },
        {
            "start": 873893154,
            "stop": 873893282
        },
        {
            "start": 873893284,
            "stop": 873893541
        },
        {
            "start": 873893543,
            "stop": 873894341
        },
        {
            "start": 873894342,
            "stop": 873894444
        },
        {
            "start": 873894445,
            "stop": 873894568
        },
        {
            "start": 873894569,
            "stop": 873894694
        },
        {
            "start": 873894695,
            "stop": 873895219
        },
        {
            "start": 873895221,
            "stop": 873895983
        },
        {
            "start": 873895984,
            "stop": 873896039
        },
        {
            "start": 873896040,
            "stop": 873896158
        },
        {
            "start": 873896160,
            "stop": 873896443
        }
    ]
}