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=3808
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=3809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3807",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3808,
    "results": [
        {
            "start": 873294986,
            "stop": 873295076
        },
        {
            "start": 873295079,
            "stop": 873295216
        },
        {
            "start": 873295220,
            "stop": 873296092
        },
        {
            "start": 873296093,
            "stop": 873297208
        },
        {
            "start": 873297211,
            "stop": 873297378
        },
        {
            "start": 873297379,
            "stop": 873297400
        },
        {
            "start": 873297401,
            "stop": 873297607
        },
        {
            "start": 873297609,
            "stop": 873297744
        },
        {
            "start": 873297748,
            "stop": 873297807
        },
        {
            "start": 873297808,
            "stop": 873297888
        },
        {
            "start": 873297889,
            "stop": 873297953
        },
        {
            "start": 873297954,
            "stop": 873298100
        },
        {
            "start": 873298101,
            "stop": 873298897
        },
        {
            "start": 873298898,
            "stop": 873298909
        },
        {
            "start": 873298910,
            "stop": 873299277
        },
        {
            "start": 873299278,
            "stop": 873299381
        },
        {
            "start": 873299382,
            "stop": 873299580
        },
        {
            "start": 873299581,
            "stop": 873300006
        },
        {
            "start": 873300007,
            "stop": 873300014
        },
        {
            "start": 873300016,
            "stop": 873300139
        }
    ]
}