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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=52",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 53,
    "results": [
        {
            "start": 818957344,
            "stop": 818957734
        },
        {
            "start": 818959054,
            "stop": 818959474
        },
        {
            "start": 818960422,
            "stop": 818960482
        },
        {
            "start": 818960659,
            "stop": 818960719
        },
        {
            "start": 818961747,
            "stop": 818961927
        },
        {
            "start": 818962863,
            "stop": 818962983
        },
        {
            "start": 818963278,
            "stop": 818963338
        },
        {
            "start": 818965554,
            "stop": 818965914
        },
        {
            "start": 818966100,
            "stop": 818966160
        },
        {
            "start": 818966628,
            "stop": 818966748
        },
        {
            "start": 818966902,
            "stop": 818967022
        },
        {
            "start": 818967179,
            "stop": 818967299
        },
        {
            "start": 818967514,
            "stop": 818967694
        },
        {
            "start": 818967852,
            "stop": 818967912
        },
        {
            "start": 818968048,
            "stop": 818968228
        },
        {
            "start": 818968480,
            "stop": 818968720
        },
        {
            "start": 818968977,
            "stop": 818969457
        },
        {
            "start": 818970038,
            "stop": 818970098
        },
        {
            "start": 818972218,
            "stop": 818972338
        },
        {
            "start": 818972501,
            "stop": 818972801
        }
    ]
}