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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=190",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 191,
    "results": [
        {
            "start": 821653033,
            "stop": 821653035
        },
        {
            "start": 821653038,
            "stop": 821653045
        },
        {
            "start": 821653049,
            "stop": 821653055
        },
        {
            "start": 821653058,
            "stop": 821653060
        },
        {
            "start": 821653063,
            "stop": 821653075
        },
        {
            "start": 821653078,
            "stop": 821653092
        },
        {
            "start": 821653095,
            "stop": 821653098
        },
        {
            "start": 821653104,
            "stop": 821653112
        },
        {
            "start": 821653116,
            "stop": 821653132
        },
        {
            "start": 821653138,
            "stop": 821653139
        },
        {
            "start": 821653142,
            "stop": 821653143
        },
        {
            "start": 821653146,
            "stop": 821653150
        },
        {
            "start": 821653156,
            "stop": 821653171
        },
        {
            "start": 821653174,
            "stop": 821653175
        },
        {
            "start": 821653178,
            "stop": 821653193
        },
        {
            "start": 821653196,
            "stop": 821653221
        },
        {
            "start": 821653984,
            "stop": 821653986
        },
        {
            "start": 821653992,
            "stop": 821654005
        },
        {
            "start": 821654008,
            "stop": 821654014
        },
        {
            "start": 821654017,
            "stop": 821654027
        }
    ]
}