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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=245",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 246,
    "results": [
        {
            "start": 821628716,
            "stop": 821628882
        },
        {
            "start": 821628885,
            "stop": 821629063
        },
        {
            "start": 821629067,
            "stop": 821629246
        },
        {
            "start": 821630884,
            "stop": 821631057
        },
        {
            "start": 821631061,
            "stop": 821631064
        },
        {
            "start": 821631067,
            "stop": 821631069
        },
        {
            "start": 821631072,
            "stop": 821631351
        },
        {
            "start": 821631354,
            "stop": 821632455
        },
        {
            "start": 821632458,
            "stop": 821632808
        },
        {
            "start": 821632811,
            "stop": 821633126
        },
        {
            "start": 821633129,
            "stop": 821633633
        },
        {
            "start": 821633636,
            "stop": 821634287
        },
        {
            "start": 821634290,
            "stop": 821634998
        },
        {
            "start": 821635001,
            "stop": 821635034
        },
        {
            "start": 821635037,
            "stop": 821635056
        },
        {
            "start": 821635060,
            "stop": 821635123
        },
        {
            "start": 821636981,
            "stop": 821637130
        },
        {
            "start": 821637134,
            "stop": 821637505
        },
        {
            "start": 821637509,
            "stop": 821638128
        },
        {
            "start": 821638132,
            "stop": 821638369
        }
    ]
}