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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=175",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 176,
    "results": [
        {
            "start": 820171562,
            "stop": 820171642
        },
        {
            "start": 820171649,
            "stop": 820171869
        },
        {
            "start": 820171876,
            "stop": 820171911
        },
        {
            "start": 820171918,
            "stop": 820171995
        },
        {
            "start": 820172188,
            "stop": 820172272
        },
        {
            "start": 820172280,
            "stop": 820172444
        },
        {
            "start": 820172625,
            "stop": 820172659
        },
        {
            "start": 820172666,
            "stop": 820172724
        },
        {
            "start": 820172732,
            "stop": 820172990
        },
        {
            "start": 820172998,
            "stop": 820173124
        },
        {
            "start": 820173131,
            "stop": 820173263
        },
        {
            "start": 820173270,
            "stop": 820173345
        },
        {
            "start": 820173352,
            "stop": 820174058
        },
        {
            "start": 820174065,
            "stop": 820174500
        },
        {
            "start": 820174508,
            "stop": 820174666
        },
        {
            "start": 820174673,
            "stop": 820175028
        },
        {
            "start": 820175035,
            "stop": 820175450
        },
        {
            "start": 820175457,
            "stop": 820175504
        },
        {
            "start": 820177085,
            "stop": 820177492
        },
        {
            "start": 820177499,
            "stop": 820177772
        }
    ]
}