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=7028
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=7029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7027",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7028,
    "results": [
        {
            "start": 873830220,
            "stop": 873830229
        },
        {
            "start": 873830231,
            "stop": 873830473
        },
        {
            "start": 873830474,
            "stop": 873830563
        },
        {
            "start": 873830564,
            "stop": 873830599
        },
        {
            "start": 873830600,
            "stop": 873830693
        },
        {
            "start": 873830694,
            "stop": 873830785
        },
        {
            "start": 873830786,
            "stop": 873830897
        },
        {
            "start": 873830903,
            "stop": 873831181
        },
        {
            "start": 873831182,
            "stop": 873831255
        },
        {
            "start": 873831256,
            "stop": 873831274
        },
        {
            "start": 873831276,
            "stop": 873831412
        },
        {
            "start": 873831413,
            "stop": 873831540
        },
        {
            "start": 873831600,
            "stop": 873831707
        },
        {
            "start": 873831709,
            "stop": 873831737
        },
        {
            "start": 873831738,
            "stop": 873831803
        },
        {
            "start": 873831804,
            "stop": 873831842
        },
        {
            "start": 873831844,
            "stop": 873832088
        },
        {
            "start": 873832089,
            "stop": 873832219
        },
        {
            "start": 873832220,
            "stop": 873832291
        },
        {
            "start": 873832292,
            "stop": 873832339
        }
    ]
}