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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=139",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 140,
    "results": [
        {
            "start": 820190904,
            "stop": 820190925
        },
        {
            "start": 820190933,
            "stop": 820191000
        },
        {
            "start": 820191007,
            "stop": 820191012
        },
        {
            "start": 820191019,
            "stop": 820191068
        },
        {
            "start": 820191075,
            "stop": 820191232
        },
        {
            "start": 820191239,
            "stop": 820191257
        },
        {
            "start": 820191264,
            "stop": 820191285
        },
        {
            "start": 820191293,
            "stop": 820191303
        },
        {
            "start": 820191315,
            "stop": 820191363
        },
        {
            "start": 820191370,
            "stop": 820191375
        },
        {
            "start": 820191382,
            "stop": 820191670
        },
        {
            "start": 820191689,
            "stop": 820191707
        },
        {
            "start": 820191714,
            "stop": 820191726
        },
        {
            "start": 820191733,
            "stop": 820191867
        },
        {
            "start": 820191880,
            "stop": 820191899
        },
        {
            "start": 820191906,
            "stop": 820192038
        },
        {
            "start": 820192045,
            "stop": 820192062
        },
        {
            "start": 820192070,
            "stop": 820192100
        },
        {
            "start": 820192108,
            "stop": 820192143
        },
        {
            "start": 820192150,
            "stop": 820192182
        }
    ]
}