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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2956",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2957,
    "results": [
        {
            "start": 860106588,
            "stop": 860108876
        },
        {
            "start": 860108885,
            "stop": 860109483
        },
        {
            "start": 860109487,
            "stop": 860109703
        },
        {
            "start": 860110766,
            "stop": 860115570
        },
        {
            "start": 860115780,
            "stop": 860116080
        },
        {
            "start": 860116140,
            "stop": 860125615
        },
        {
            "start": 860125619,
            "stop": 860125630
        },
        {
            "start": 860125633,
            "stop": 860125642
        },
        {
            "start": 860125646,
            "stop": 860125754
        },
        {
            "start": 860125757,
            "stop": 860125992
        },
        {
            "start": 860125997,
            "stop": 860127306
        },
        {
            "start": 860127309,
            "stop": 860140575
        },
        {
            "start": 860140579,
            "stop": 860147910
        },
        {
            "start": 860147970,
            "stop": 860149056
        },
        {
            "start": 860149060,
            "stop": 860149065
        },
        {
            "start": 860149069,
            "stop": 860149104
        },
        {
            "start": 860149108,
            "stop": 860149143
        },
        {
            "start": 860149156,
            "stop": 860149167
        },
        {
            "start": 860149175,
            "stop": 860149389
        },
        {
            "start": 860149393,
            "stop": 860149446
        }
    ]
}