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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6307",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6308,
    "results": [
        {
            "start": 873184012,
            "stop": 873184060
        },
        {
            "start": 873184061,
            "stop": 873184981
        },
        {
            "start": 873184982,
            "stop": 873185020
        },
        {
            "start": 873185022,
            "stop": 873185038
        },
        {
            "start": 873185039,
            "stop": 873185711
        },
        {
            "start": 873185712,
            "stop": 873186541
        },
        {
            "start": 873186542,
            "stop": 873186591
        },
        {
            "start": 873186592,
            "stop": 873186608
        },
        {
            "start": 873186609,
            "stop": 873187155
        },
        {
            "start": 873187156,
            "stop": 873187170
        },
        {
            "start": 873187171,
            "stop": 873187185
        },
        {
            "start": 873187187,
            "stop": 873187198
        },
        {
            "start": 873187199,
            "stop": 873187400
        },
        {
            "start": 873187401,
            "stop": 873187784
        },
        {
            "start": 873187785,
            "stop": 873188091
        },
        {
            "start": 873188092,
            "stop": 873188309
        },
        {
            "start": 873188311,
            "stop": 873188387
        },
        {
            "start": 873188388,
            "stop": 873188426
        },
        {
            "start": 873188427,
            "stop": 873188685
        },
        {
            "start": 873188687,
            "stop": 873188969
        }
    ]
}