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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=410",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 411,
    "results": [
        {
            "start": 860269903,
            "stop": 860270895
        },
        {
            "start": 860271195,
            "stop": 860271245
        },
        {
            "start": 860271355,
            "stop": 860271376
        },
        {
            "start": 860271966,
            "stop": 860273108
        },
        {
            "start": 860274924,
            "stop": 860274955
        },
        {
            "start": 860275065,
            "stop": 860275640
        },
        {
            "start": 860275645,
            "stop": 860275657
        },
        {
            "start": 860275665,
            "stop": 860276416
        },
        {
            "start": 860276716,
            "stop": 860276730
        },
        {
            "start": 860276840,
            "stop": 860277162
        },
        {
            "start": 860277462,
            "stop": 860280065
        },
        {
            "start": 860281604,
            "stop": 860284160
        },
        {
            "start": 860284460,
            "stop": 860292753
        },
        {
            "start": 860293053,
            "stop": 860329320
        },
        {
            "start": 860329325,
            "stop": 860329977
        },
        {
            "start": 860329988,
            "stop": 860330017
        },
        {
            "start": 860330023,
            "stop": 860330802
        },
        {
            "start": 860330804,
            "stop": 860338070
        },
        {
            "start": 860338075,
            "stop": 860341174
        },
        {
            "start": 860341179,
            "stop": 860341204
        }
    ]
}