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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=307",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 308,
    "results": [
        {
            "start": 931732066,
            "stop": 931732071
        },
        {
            "start": 931732074,
            "stop": 931732101
        },
        {
            "start": 931732102,
            "stop": 931732103
        },
        {
            "start": 931732105,
            "stop": 931732113
        },
        {
            "start": 931732117,
            "stop": 931732120
        },
        {
            "start": 931732121,
            "stop": 931732150
        },
        {
            "start": 931732152,
            "stop": 931732155
        },
        {
            "start": 931732157,
            "stop": 931732159
        },
        {
            "start": 931732162,
            "stop": 931732164
        },
        {
            "start": 931735500,
            "stop": 931735504
        },
        {
            "start": 931735505,
            "stop": 931735600
        },
        {
            "start": 931735603,
            "stop": 931735628
        },
        {
            "start": 931735629,
            "stop": 931735631
        },
        {
            "start": 931735632,
            "stop": 931735633
        },
        {
            "start": 931735638,
            "stop": 931735643
        },
        {
            "start": 931735646,
            "stop": 931735818
        },
        {
            "start": 931735820,
            "stop": 931735833
        },
        {
            "start": 931735835,
            "stop": 931735926
        },
        {
            "start": 931735928,
            "stop": 931735937
        },
        {
            "start": 931735938,
            "stop": 931735946
        }
    ]
}