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=593
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=594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=592",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 593,
    "results": [
        {
            "start": 836462436,
            "stop": 836464844
        },
        {
            "start": 836465432,
            "stop": 836468147
        },
        {
            "start": 836468645,
            "stop": 836472188
        },
        {
            "start": 836472633,
            "stop": 836478042
        },
        {
            "start": 836478615,
            "stop": 836485033
        },
        {
            "start": 836487201,
            "stop": 836502141
        },
        {
            "start": 836502618,
            "stop": 836513862
        },
        {
            "start": 836514328,
            "stop": 836542515
        },
        {
            "start": 836543112,
            "stop": 836578437
        },
        {
            "start": 836579023,
            "stop": 836579558
        },
        {
            "start": 836580104,
            "stop": 836583169
        },
        {
            "start": 836583760,
            "stop": 836593986
        },
        {
            "start": 836594415,
            "stop": 836601962
        },
        {
            "start": 836603596,
            "stop": 836603605
        },
        {
            "start": 836604056,
            "stop": 836604759
        },
        {
            "start": 836605286,
            "stop": 836605336
        },
        {
            "start": 836605338,
            "stop": 836607070
        },
        {
            "start": 836607560,
            "stop": 836609788
        },
        {
            "start": 836610298,
            "stop": 836616738
        },
        {
            "start": 836617168,
            "stop": 836632761
        }
    ]
}