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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=171",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 172,
    "results": [
        {
            "start": 820469334,
            "stop": 820469648
        },
        {
            "start": 820469651,
            "stop": 820469684
        },
        {
            "start": 820469687,
            "stop": 820470565
        },
        {
            "start": 820470569,
            "stop": 820470805
        },
        {
            "start": 820470808,
            "stop": 820471425
        },
        {
            "start": 820471429,
            "stop": 820471949
        },
        {
            "start": 820471952,
            "stop": 820472255
        },
        {
            "start": 820472259,
            "stop": 820472262
        },
        {
            "start": 820472265,
            "stop": 820472612
        },
        {
            "start": 820472615,
            "stop": 820472638
        },
        {
            "start": 820472641,
            "stop": 820472921
        },
        {
            "start": 820472924,
            "stop": 820473020
        },
        {
            "start": 820473023,
            "stop": 820473144
        },
        {
            "start": 820473148,
            "stop": 820473162
        },
        {
            "start": 820473165,
            "stop": 820473193
        },
        {
            "start": 820473243,
            "stop": 820473244
        },
        {
            "start": 820473411,
            "stop": 820473974
        },
        {
            "start": 820473978,
            "stop": 820474073
        },
        {
            "start": 820474076,
            "stop": 820474108
        },
        {
            "start": 820474112,
            "stop": 820474116
        }
    ]
}