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=40866
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=40867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40865",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40866,
    "results": [
        {
            "start": 875055490,
            "stop": 875055504
        },
        {
            "start": 875055505,
            "stop": 875055536
        },
        {
            "start": 875055537,
            "stop": 875055557
        },
        {
            "start": 875055559,
            "stop": 875055560
        },
        {
            "start": 875055561,
            "stop": 875055591
        },
        {
            "start": 875055592,
            "stop": 875055601
        },
        {
            "start": 875055602,
            "stop": 875055622
        },
        {
            "start": 875055623,
            "stop": 875055625
        },
        {
            "start": 875055626,
            "stop": 875055663
        },
        {
            "start": 875055665,
            "stop": 875055685
        },
        {
            "start": 875055686,
            "stop": 875055699
        },
        {
            "start": 875055700,
            "stop": 875055702
        },
        {
            "start": 875055705,
            "stop": 875055723
        },
        {
            "start": 875055725,
            "stop": 875055738
        },
        {
            "start": 875055740,
            "stop": 875055745
        },
        {
            "start": 875055746,
            "stop": 875055769
        },
        {
            "start": 875055772,
            "stop": 875055800
        },
        {
            "start": 875055802,
            "stop": 875055901
        },
        {
            "start": 875055902,
            "stop": 875055958
        },
        {
            "start": 875058161,
            "stop": 875058170
        }
    ]
}