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=836
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=837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=835",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 836,
    "results": [
        {
            "start": 863798940,
            "stop": 863799000
        },
        {
            "start": 863799250,
            "stop": 863799310
        },
        {
            "start": 863799340,
            "stop": 863799430
        },
        {
            "start": 863799460,
            "stop": 863799610
        },
        {
            "start": 863799700,
            "stop": 863801590
        },
        {
            "start": 863802137,
            "stop": 863802557
        },
        {
            "start": 863802955,
            "stop": 863803195
        },
        {
            "start": 863803315,
            "stop": 863803525
        },
        {
            "start": 863803555,
            "stop": 863803675
        },
        {
            "start": 863803705,
            "stop": 863804365
        },
        {
            "start": 863804395,
            "stop": 863804665
        },
        {
            "start": 863804695,
            "stop": 863804755
        },
        {
            "start": 863804785,
            "stop": 863804845
        },
        {
            "start": 863805025,
            "stop": 863805085
        },
        {
            "start": 863805145,
            "stop": 863805205
        },
        {
            "start": 863805235,
            "stop": 863805295
        },
        {
            "start": 863805355,
            "stop": 863805415
        },
        {
            "start": 863811129,
            "stop": 863811249
        },
        {
            "start": 863811589,
            "stop": 863811709
        },
        {
            "start": 863811878,
            "stop": 863812178
        }
    ]
}