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=594
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=595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=593",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 594,
    "results": [
        {
            "start": 836633308,
            "stop": 836648784
        },
        {
            "start": 836649405,
            "stop": 836664670
        },
        {
            "start": 836701816,
            "stop": 836709557
        },
        {
            "start": 836710680,
            "stop": 836740721
        },
        {
            "start": 836741220,
            "stop": 836762134
        },
        {
            "start": 836762607,
            "stop": 836763587
        },
        {
            "start": 836763588,
            "stop": 836766103
        },
        {
            "start": 836766681,
            "stop": 836768703
        },
        {
            "start": 836770538,
            "stop": 836770746
        },
        {
            "start": 836772309,
            "stop": 836775970
        },
        {
            "start": 836777056,
            "stop": 836779005
        },
        {
            "start": 836779006,
            "stop": 836779117
        },
        {
            "start": 836779118,
            "stop": 836781869
        },
        {
            "start": 836796571,
            "stop": 836800209
        },
        {
            "start": 836800801,
            "stop": 836853248
        },
        {
            "start": 836854059,
            "stop": 836857982
        },
        {
            "start": 836858466,
            "stop": 836861394
        },
        {
            "start": 836862677,
            "stop": 836880375
        },
        {
            "start": 836882638,
            "stop": 836928632
        },
        {
            "start": 836930041,
            "stop": 836931736
        }
    ]
}