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=673
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=674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=672",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 673,
    "results": [
        {
            "start": 851940988,
            "stop": 851942106
        },
        {
            "start": 851943903,
            "stop": 851944390
        },
        {
            "start": 851945363,
            "stop": 851959483
        },
        {
            "start": 851959484,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851968845
        },
        {
            "start": 851968847,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970238
        },
        {
            "start": 851979676,
            "stop": 851982152
        },
        {
            "start": 851982472,
            "stop": 851983052
        },
        {
            "start": 851983452,
            "stop": 852019005
        },
        {
            "start": 852020966,
            "stop": 852021228
        },
        {
            "start": 852022346,
            "stop": 852022449
        },
        {
            "start": 852022452,
            "stop": 852022460
        },
        {
            "start": 852022468,
            "stop": 852025671
        },
        {
            "start": 852026505,
            "stop": 852047649
        },
        {
            "start": 852048109,
            "stop": 852051433
        },
        {
            "start": 852054527,
            "stop": 852054601
        },
        {
            "start": 852055163,
            "stop": 852056336
        },
        {
            "start": 852056338,
            "stop": 852057243
        },
        {
            "start": 852057244,
            "stop": 852057306
        }
    ]
}