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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=258",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 259,
    "results": [
        {
            "start": 829448288,
            "stop": 829452488
        },
        {
            "start": 829452703,
            "stop": 829454623
        },
        {
            "start": 829455009,
            "stop": 829455549
        },
        {
            "start": 829455722,
            "stop": 829456682
        },
        {
            "start": 829458632,
            "stop": 829458752
        },
        {
            "start": 829458922,
            "stop": 829463002
        },
        {
            "start": 829463154,
            "stop": 829465134
        },
        {
            "start": 829467686,
            "stop": 829473026
        },
        {
            "start": 829473190,
            "stop": 829475410
        },
        {
            "start": 829475787,
            "stop": 829480827
        },
        {
            "start": 829487404,
            "stop": 829488064
        },
        {
            "start": 829488124,
            "stop": 829493284
        },
        {
            "start": 829493422,
            "stop": 829493542
        },
        {
            "start": 829494191,
            "stop": 829496171
        },
        {
            "start": 829496546,
            "stop": 829497086
        },
        {
            "start": 829498935,
            "stop": 829498995
        },
        {
            "start": 829499367,
            "stop": 829499427
        },
        {
            "start": 829499717,
            "stop": 829499957
        },
        {
            "start": 829500244,
            "stop": 829500364
        },
        {
            "start": 829500528,
            "stop": 829500768
        }
    ]
}