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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=486",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 487,
    "results": [
        {
            "start": 822176834,
            "stop": 822177478
        },
        {
            "start": 822178204,
            "stop": 822179426
        },
        {
            "start": 822179496,
            "stop": 822179709
        },
        {
            "start": 822181212,
            "stop": 822181836
        },
        {
            "start": 822181837,
            "stop": 822182573
        },
        {
            "start": 822183783,
            "stop": 822184641
        },
        {
            "start": 822185720,
            "stop": 822197981
        },
        {
            "start": 822197982,
            "stop": 822198255
        },
        {
            "start": 822202745,
            "stop": 822205498
        },
        {
            "start": 822206353,
            "stop": 822208633
        },
        {
            "start": 822209829,
            "stop": 822220303
        },
        {
            "start": 822272362,
            "stop": 822280895
        },
        {
            "start": 822280898,
            "stop": 822282520
        },
        {
            "start": 822283875,
            "stop": 822290057
        },
        {
            "start": 822291415,
            "stop": 822299448
        },
        {
            "start": 822299451,
            "stop": 822299629
        },
        {
            "start": 822299632,
            "stop": 822321278
        },
        {
            "start": 822321279,
            "stop": 822323893
        },
        {
            "start": 822324559,
            "stop": 822327347
        },
        {
            "start": 822347152,
            "stop": 822347752
        }
    ]
}