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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3585",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3583",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3584,
    "results": [
        {
            "start": 970409388,
            "stop": 970409389
        },
        {
            "start": 970409392,
            "stop": 970409393
        },
        {
            "start": 970409396,
            "stop": 970409445
        },
        {
            "start": 970409448,
            "stop": 970409451
        },
        {
            "start": 970409454,
            "stop": 970409477
        },
        {
            "start": 970409483,
            "stop": 970409502
        },
        {
            "start": 970409509,
            "stop": 970409514
        },
        {
            "start": 970409517,
            "stop": 970409520
        },
        {
            "start": 970409529,
            "stop": 970409530
        },
        {
            "start": 970409533,
            "stop": 970409536
        },
        {
            "start": 970409913,
            "stop": 970409915
        },
        {
            "start": 970409918,
            "stop": 970409923
        },
        {
            "start": 970409926,
            "stop": 970409954
        },
        {
            "start": 970409958,
            "stop": 970409965
        },
        {
            "start": 970409969,
            "stop": 970409977
        },
        {
            "start": 970409981,
            "stop": 970409982
        },
        {
            "start": 970409985,
            "stop": 970409987
        },
        {
            "start": 970409990,
            "stop": 970410008
        },
        {
            "start": 970410012,
            "stop": 970410016
        },
        {
            "start": 970410318,
            "stop": 970410331
        }
    ]
}