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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7043",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7044,
    "results": [
        {
            "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
        },
        {
            "start": 873896444,
            "stop": 873896513
        },
        {
            "start": 873896514,
            "stop": 873897560
        },
        {
            "start": 873897562,
            "stop": 873897749
        },
        {
            "start": 873897750,
            "stop": 873898232
        },
        {
            "start": 873898233,
            "stop": 873898239
        },
        {
            "start": 873898241,
            "stop": 873899456
        }
    ]
}