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=40787
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=40788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40786",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40787,
    "results": [
        {
            "start": 875001384,
            "stop": 875001391
        },
        {
            "start": 875001392,
            "stop": 875001492
        },
        {
            "start": 875001493,
            "stop": 875001620
        },
        {
            "start": 875001621,
            "stop": 875001638
        },
        {
            "start": 875001640,
            "stop": 875001641
        },
        {
            "start": 875001644,
            "stop": 875001660
        },
        {
            "start": 875001661,
            "stop": 875001681
        },
        {
            "start": 875001682,
            "stop": 875001706
        },
        {
            "start": 875001707,
            "stop": 875001724
        },
        {
            "start": 875001725,
            "stop": 875001843
        },
        {
            "start": 875001844,
            "stop": 875001864
        },
        {
            "start": 875001865,
            "stop": 875001894
        },
        {
            "start": 875001895,
            "stop": 875001916
        },
        {
            "start": 875001917,
            "stop": 875001962
        },
        {
            "start": 875001963,
            "stop": 875001979
        },
        {
            "start": 875001981,
            "stop": 875001993
        },
        {
            "start": 875001994,
            "stop": 875002001
        },
        {
            "start": 875002002,
            "stop": 875002116
        },
        {
            "start": 875002117,
            "stop": 875002171
        },
        {
            "start": 875002172,
            "stop": 875002224
        }
    ]
}