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=7141
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=7142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7140",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7141,
    "results": [
        {
            "start": 874350418,
            "stop": 874350450
        },
        {
            "start": 874350452,
            "stop": 874350483
        },
        {
            "start": 874350484,
            "stop": 874350496
        },
        {
            "start": 874350498,
            "stop": 874350540
        },
        {
            "start": 874350541,
            "stop": 874350975
        },
        {
            "start": 874350977,
            "stop": 874351202
        },
        {
            "start": 874351203,
            "stop": 874351331
        },
        {
            "start": 874351332,
            "stop": 874351359
        },
        {
            "start": 874351360,
            "stop": 874351380
        },
        {
            "start": 874351381,
            "stop": 874351387
        },
        {
            "start": 874351388,
            "stop": 874351409
        },
        {
            "start": 874351410,
            "stop": 874351412
        },
        {
            "start": 874351413,
            "stop": 874351669
        },
        {
            "start": 874351671,
            "stop": 874351757
        },
        {
            "start": 874351759,
            "stop": 874351894
        },
        {
            "start": 874351895,
            "stop": 874351972
        },
        {
            "start": 874351974,
            "stop": 874352052
        },
        {
            "start": 874352053,
            "stop": 874352107
        },
        {
            "start": 874352109,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874355589
        }
    ]
}