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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=210",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 211,
    "results": [
        {
            "start": 821666021,
            "stop": 821666022
        },
        {
            "start": 821666028,
            "stop": 821666031
        },
        {
            "start": 821666034,
            "stop": 821666063
        },
        {
            "start": 821666066,
            "stop": 821666071
        },
        {
            "start": 821666074,
            "stop": 821666076
        },
        {
            "start": 821666081,
            "stop": 821666089
        },
        {
            "start": 821666092,
            "stop": 821666095
        },
        {
            "start": 821666102,
            "stop": 821666115
        },
        {
            "start": 821666118,
            "stop": 821666133
        },
        {
            "start": 821666136,
            "stop": 821666146
        },
        {
            "start": 821666149,
            "stop": 821666154
        },
        {
            "start": 821666157,
            "stop": 821666163
        },
        {
            "start": 821666166,
            "stop": 821666189
        },
        {
            "start": 821666192,
            "stop": 821666195
        },
        {
            "start": 821666201,
            "stop": 821666204
        },
        {
            "start": 821666207,
            "stop": 821666212
        },
        {
            "start": 821666215,
            "stop": 821666223
        },
        {
            "start": 821666231,
            "stop": 821666235
        },
        {
            "start": 821666238,
            "stop": 821666244
        },
        {
            "start": 821666247,
            "stop": 821666273
        }
    ]
}