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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=252",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 253,
    "results": [
        {
            "start": 821747711,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756424
        },
        {
            "start": 821756768,
            "stop": 821758560
        },
        {
            "start": 821758680,
            "stop": 821761441
        },
        {
            "start": 821761444,
            "stop": 821767260
        },
        {
            "start": 821767320,
            "stop": 821777349
        },
        {
            "start": 821777352,
            "stop": 821781279
        },
        {
            "start": 821784676,
            "stop": 821785065
        },
        {
            "start": 821785971,
            "stop": 821786652
        },
        {
            "start": 821786792,
            "stop": 821787163
        },
        {
            "start": 821789712,
            "stop": 821790599
        },
        {
            "start": 821790602,
            "stop": 821792204
        },
        {
            "start": 821792207,
            "stop": 821793774
        },
        {
            "start": 821793777,
            "stop": 821795134
        },
        {
            "start": 821795138,
            "stop": 821795725
        },
        {
            "start": 821795728,
            "stop": 821795921
        },
        {
            "start": 821795925,
            "stop": 821796235
        },
        {
            "start": 821796305,
            "stop": 821796321
        },
        {
            "start": 821796335,
            "stop": 821796426
        },
        {
            "start": 821796429,
            "stop": 821796433
        }
    ]
}