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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=287",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 288,
    "results": [
        {
            "start": 863206013,
            "stop": 863206231
        },
        {
            "start": 863206531,
            "stop": 863206780
        },
        {
            "start": 863206890,
            "stop": 863206898
        },
        {
            "start": 863207198,
            "stop": 863207211
        },
        {
            "start": 863207321,
            "stop": 863208032
        },
        {
            "start": 863208332,
            "stop": 863216668
        },
        {
            "start": 863217791,
            "stop": 863220717
        },
        {
            "start": 863222313,
            "stop": 863229952
        },
        {
            "start": 863230252,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863295402
        },
        {
            "start": 863296795,
            "stop": 863301517
        },
        {
            "start": 863302793,
            "stop": 863311366
        },
        {
            "start": 863311578,
            "stop": 863316563
        },
        {
            "start": 863316814,
            "stop": 863317378
        },
        {
            "start": 863317488,
            "stop": 863318155
        },
        {
            "start": 863318455,
            "stop": 863344381
        },
        {
            "start": 863346730,
            "stop": 863367904
        },
        {
            "start": 863367995,
            "stop": 863371682
        },
        {
            "start": 863372329,
            "stop": 863377610
        },
        {
            "start": 863378803,
            "stop": 863398038
        }
    ]
}