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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 304,
    "results": [
        {
            "start": 818236782,
            "stop": 818236785
        },
        {
            "start": 818236797,
            "stop": 818236803
        },
        {
            "start": 818236814,
            "stop": 818236816
        },
        {
            "start": 818236826,
            "stop": 818236829
        },
        {
            "start": 818236839,
            "stop": 818236843
        },
        {
            "start": 818236846,
            "stop": 818236850
        },
        {
            "start": 818236858,
            "stop": 818236859
        },
        {
            "start": 818236864,
            "stop": 818236866
        },
        {
            "start": 818236884,
            "stop": 818236889
        },
        {
            "start": 818236923,
            "stop": 818236926
        },
        {
            "start": 818236931,
            "stop": 818236934
        },
        {
            "start": 818236939,
            "stop": 818236942
        },
        {
            "start": 818236955,
            "stop": 818236959
        },
        {
            "start": 818236974,
            "stop": 818236983
        },
        {
            "start": 818237003,
            "stop": 818237004
        },
        {
            "start": 818237007,
            "stop": 818237008
        },
        {
            "start": 818237011,
            "stop": 818237014
        },
        {
            "start": 818237057,
            "stop": 818237068
        },
        {
            "start": 818237078,
            "stop": 818237080
        },
        {
            "start": 818237085,
            "stop": 818237086
        }
    ]
}