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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2257",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2258,
    "results": [
        {
            "start": 873394237,
            "stop": 873394282
        },
        {
            "start": 873394299,
            "stop": 873394401
        },
        {
            "start": 873394418,
            "stop": 873394858
        },
        {
            "start": 873394877,
            "stop": 873395350
        },
        {
            "start": 873395369,
            "stop": 873395377
        },
        {
            "start": 873395398,
            "stop": 873395505
        },
        {
            "start": 873395528,
            "stop": 873395544
        },
        {
            "start": 873395563,
            "stop": 873395606
        },
        {
            "start": 873395632,
            "stop": 873395633
        },
        {
            "start": 873395652,
            "stop": 873396145
        },
        {
            "start": 873396173,
            "stop": 873396227
        },
        {
            "start": 873396300,
            "stop": 873396399
        },
        {
            "start": 873396428,
            "stop": 873396503
        },
        {
            "start": 873396551,
            "stop": 873396567
        },
        {
            "start": 873396586,
            "stop": 873396587
        },
        {
            "start": 873396630,
            "stop": 873396671
        },
        {
            "start": 873396694,
            "stop": 873396846
        },
        {
            "start": 873396865,
            "stop": 873396909
        },
        {
            "start": 873396931,
            "stop": 873396944
        },
        {
            "start": 873396963,
            "stop": 873396968
        }
    ]
}