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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=470",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 471,
    "results": [
        {
            "start": 953236586,
            "stop": 953244446
        },
        {
            "start": 953270745,
            "stop": 953294379
        },
        {
            "start": 953294380,
            "stop": 953294381
        },
        {
            "start": 953294382,
            "stop": 953303544
        },
        {
            "start": 953308152,
            "stop": 953311249
        },
        {
            "start": 953312207,
            "stop": 953313038
        },
        {
            "start": 953317079,
            "stop": 953320784
        },
        {
            "start": 953322199,
            "stop": 953322390
        },
        {
            "start": 953323135,
            "stop": 953323726
        },
        {
            "start": 953325387,
            "stop": 953325418
        },
        {
            "start": 953326312,
            "stop": 953335685
        },
        {
            "start": 953339255,
            "stop": 953356154
        },
        {
            "start": 953356181,
            "stop": 953356195
        },
        {
            "start": 953356229,
            "stop": 953366624
        },
        {
            "start": 953373572,
            "stop": 953384273
        },
        {
            "start": 953412103,
            "stop": 953412376
        },
        {
            "start": 953412377,
            "stop": 953427084
        },
        {
            "start": 953432114,
            "stop": 953445289
        },
        {
            "start": 953448481,
            "stop": 953461526
        },
        {
            "start": 953466380,
            "stop": 953491061
        }
    ]
}