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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=89",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 90,
    "results": [
        {
            "start": 821446366,
            "stop": 821446414
        },
        {
            "start": 821446417,
            "stop": 821446476
        },
        {
            "start": 821446479,
            "stop": 821446509
        },
        {
            "start": 821446512,
            "stop": 821446565
        },
        {
            "start": 821446568,
            "stop": 821446613
        },
        {
            "start": 821446616,
            "stop": 821446710
        },
        {
            "start": 821446713,
            "stop": 821446715
        },
        {
            "start": 821446718,
            "stop": 821446772
        },
        {
            "start": 821446775,
            "stop": 821446802
        },
        {
            "start": 821446805,
            "stop": 821446869
        },
        {
            "start": 821446872,
            "stop": 821446883
        },
        {
            "start": 821446886,
            "stop": 821446956
        },
        {
            "start": 821446959,
            "stop": 821446961
        },
        {
            "start": 821446964,
            "stop": 821447064
        },
        {
            "start": 821447067,
            "stop": 821447139
        },
        {
            "start": 821447142,
            "stop": 821447228
        },
        {
            "start": 821447231,
            "stop": 821447241
        },
        {
            "start": 821447244,
            "stop": 821447295
        },
        {
            "start": 821447298,
            "stop": 821447315
        },
        {
            "start": 821447318,
            "stop": 821447336
        }
    ]
}