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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=55",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 56,
    "results": [
        {
            "start": 817405951,
            "stop": 817406032
        },
        {
            "start": 817406039,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817409867
        },
        {
            "start": 817409874,
            "stop": 817411130
        },
        {
            "start": 817411210,
            "stop": 817411310
        },
        {
            "start": 817411450,
            "stop": 817411670
        },
        {
            "start": 817411810,
            "stop": 817412445
        },
        {
            "start": 817412452,
            "stop": 817412700
        },
        {
            "start": 817412766,
            "stop": 817412773
        },
        {
            "start": 817412816,
            "stop": 817412818
        },
        {
            "start": 817414689,
            "stop": 817415930
        },
        {
            "start": 817416010,
            "stop": 817416060
        },
        {
            "start": 817416120,
            "stop": 817417664
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418110,
            "stop": 817418390
        },
        {
            "start": 817418590,
            "stop": 817419801
        },
        {
            "start": 817419877,
            "stop": 817421390
        },
        {
            "start": 817421470,
            "stop": 817422410
        },
        {
            "start": 817422670,
            "stop": 817423333
        },
        {
            "start": 817424327,
            "stop": 817424510
        }
    ]
}