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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=260",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 261,
    "results": [
        {
            "start": 818225881,
            "stop": 818225882
        },
        {
            "start": 818225885,
            "stop": 818225887
        },
        {
            "start": 818225890,
            "stop": 818225898
        },
        {
            "start": 818225903,
            "stop": 818225904
        },
        {
            "start": 818225908,
            "stop": 818225925
        },
        {
            "start": 818225944,
            "stop": 818225945
        },
        {
            "start": 818225959,
            "stop": 818225963
        },
        {
            "start": 818225973,
            "stop": 818225977
        },
        {
            "start": 818225993,
            "stop": 818225994
        },
        {
            "start": 818226008,
            "stop": 818226011
        },
        {
            "start": 818226019,
            "stop": 818226022
        },
        {
            "start": 818226028,
            "stop": 818226031
        },
        {
            "start": 818226036,
            "stop": 818226045
        },
        {
            "start": 818226051,
            "stop": 818226053
        },
        {
            "start": 818226056,
            "stop": 818226057
        },
        {
            "start": 818226066,
            "stop": 818226068
        },
        {
            "start": 818226092,
            "stop": 818226093
        },
        {
            "start": 818226099,
            "stop": 818226100
        },
        {
            "start": 818226105,
            "stop": 818226106
        },
        {
            "start": 818226111,
            "stop": 818226112
        }
    ]
}