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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40811",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40812,
    "results": [
        {
            "start": 875021598,
            "stop": 875021600
        },
        {
            "start": 875021602,
            "stop": 875021622
        },
        {
            "start": 875021624,
            "stop": 875021636
        },
        {
            "start": 875021639,
            "stop": 875021643
        },
        {
            "start": 875021646,
            "stop": 875021651
        },
        {
            "start": 875021652,
            "stop": 875021661
        },
        {
            "start": 875021662,
            "stop": 875021665
        },
        {
            "start": 875021667,
            "stop": 875021686
        },
        {
            "start": 875021687,
            "stop": 875021700
        },
        {
            "start": 875021940,
            "stop": 875021948
        },
        {
            "start": 875021956,
            "stop": 875021959
        },
        {
            "start": 875021960,
            "stop": 875021961
        },
        {
            "start": 875021962,
            "stop": 875021978
        },
        {
            "start": 875021979,
            "stop": 875021983
        },
        {
            "start": 875021986,
            "stop": 875021993
        },
        {
            "start": 875021995,
            "stop": 875021997
        },
        {
            "start": 875021998,
            "stop": 875022001
        },
        {
            "start": 875022002,
            "stop": 875022008
        },
        {
            "start": 875022013,
            "stop": 875022018
        },
        {
            "start": 875022020,
            "stop": 875022028
        }
    ]
}