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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=266",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 267,
    "results": [
        {
            "start": 859769448,
            "stop": 859781019
        },
        {
            "start": 859782247,
            "stop": 859782818
        },
        {
            "start": 859784102,
            "stop": 859787094
        },
        {
            "start": 859787204,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859791479
        },
        {
            "start": 859791779,
            "stop": 859791890
        },
        {
            "start": 859792000,
            "stop": 859795066
        },
        {
            "start": 859795476,
            "stop": 859831327
        },
        {
            "start": 859834360,
            "stop": 859848847
        },
        {
            "start": 859849174,
            "stop": 859852089
        },
        {
            "start": 859870514,
            "stop": 859877372
        },
        {
            "start": 859877374,
            "stop": 859898818
        },
        {
            "start": 859899988,
            "stop": 859903349
        },
        {
            "start": 859903382,
            "stop": 859905794
        },
        {
            "start": 859905964,
            "stop": 859922088
        },
        {
            "start": 859926181,
            "stop": 859926208
        },
        {
            "start": 859926467,
            "stop": 859929207
        },
        {
            "start": 859929541,
            "stop": 859931630
        },
        {
            "start": 859931749,
            "stop": 859934201
        },
        {
            "start": 859935427,
            "stop": 859937542
        }
    ]
}