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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=264",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 265,
    "results": [
        {
            "start": 821686793,
            "stop": 821686808
        },
        {
            "start": 821686811,
            "stop": 821686813
        },
        {
            "start": 821686817,
            "stop": 821686830
        },
        {
            "start": 821686839,
            "stop": 821686843
        },
        {
            "start": 821686846,
            "stop": 821686861
        },
        {
            "start": 821686866,
            "stop": 821686868
        },
        {
            "start": 821686871,
            "stop": 821686872
        },
        {
            "start": 821686875,
            "stop": 821686905
        },
        {
            "start": 821686909,
            "stop": 821686910
        },
        {
            "start": 821686914,
            "stop": 821686930
        },
        {
            "start": 821686933,
            "stop": 821686939
        },
        {
            "start": 821686942,
            "stop": 821686959
        },
        {
            "start": 821686964,
            "stop": 821686978
        },
        {
            "start": 821686985,
            "stop": 821687002
        },
        {
            "start": 821687005,
            "stop": 821687006
        },
        {
            "start": 821687012,
            "stop": 821687013
        },
        {
            "start": 821687016,
            "stop": 821687020
        },
        {
            "start": 821687024,
            "stop": 821687038
        },
        {
            "start": 821687041,
            "stop": 821687043
        },
        {
            "start": 821687052,
            "stop": 821687079
        }
    ]
}