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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46682",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46683,
    "results": [
        {
            "start": 875045952,
            "stop": 875045964
        },
        {
            "start": 875045966,
            "stop": 875046000
        },
        {
            "start": 875046002,
            "stop": 875046035
        },
        {
            "start": 875046037,
            "stop": 875046045
        },
        {
            "start": 875046046,
            "stop": 875046057
        },
        {
            "start": 875046059,
            "stop": 875046075
        },
        {
            "start": 875046076,
            "stop": 875046107
        },
        {
            "start": 875046109,
            "stop": 875046115
        },
        {
            "start": 875046118,
            "stop": 875046128
        },
        {
            "start": 875046131,
            "stop": 875046161
        },
        {
            "start": 875046162,
            "stop": 875046184
        },
        {
            "start": 875046186,
            "stop": 875046188
        },
        {
            "start": 875046192,
            "stop": 875046213
        },
        {
            "start": 875046214,
            "stop": 875046222
        },
        {
            "start": 875046223,
            "stop": 875046227
        },
        {
            "start": 875046229,
            "stop": 875046255
        },
        {
            "start": 875046256,
            "stop": 875046260
        },
        {
            "start": 875046261,
            "stop": 875046296
        },
        {
            "start": 875046299,
            "stop": 875046313
        },
        {
            "start": 875046315,
            "stop": 875046322
        }
    ]
}