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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=145",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 146,
    "results": [
        {
            "start": 839104110,
            "stop": 839105511
        },
        {
            "start": 839105519,
            "stop": 839106960
        },
        {
            "start": 839106966,
            "stop": 839108728
        },
        {
            "start": 839108739,
            "stop": 839108750
        },
        {
            "start": 839108758,
            "stop": 839108759
        },
        {
            "start": 839108811,
            "stop": 839110767
        },
        {
            "start": 839110769,
            "stop": 839111137
        },
        {
            "start": 839111151,
            "stop": 839111157
        },
        {
            "start": 839111165,
            "stop": 839117398
        },
        {
            "start": 839117400,
            "stop": 839119559
        },
        {
            "start": 839119569,
            "stop": 839121443
        },
        {
            "start": 839123462,
            "stop": 839124900
        },
        {
            "start": 839126684,
            "stop": 839127726
        },
        {
            "start": 839127728,
            "stop": 839127742
        },
        {
            "start": 839129233,
            "stop": 839181024
        },
        {
            "start": 839181027,
            "stop": 839181043
        },
        {
            "start": 839181044,
            "stop": 839181045
        },
        {
            "start": 839181047,
            "stop": 839184447
        },
        {
            "start": 839184449,
            "stop": 839184666
        },
        {
            "start": 839186876,
            "stop": 839189065
        }
    ]
}