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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6534",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6535,
    "results": [
        {
            "start": 874347127,
            "stop": 874347136
        },
        {
            "start": 874347137,
            "stop": 874347269
        },
        {
            "start": 874347271,
            "stop": 874347274
        },
        {
            "start": 874347275,
            "stop": 874347305
        },
        {
            "start": 874349924,
            "stop": 874350216
        },
        {
            "start": 874350217,
            "stop": 874350341
        },
        {
            "start": 874350343,
            "stop": 874350352
        },
        {
            "start": 874350353,
            "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
        }
    ]
}