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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=196",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 197,
    "results": [
        {
            "start": 821665972,
            "stop": 821665988
        },
        {
            "start": 821665995,
            "stop": 821665997
        },
        {
            "start": 821666000,
            "stop": 821666009
        },
        {
            "start": 821666012,
            "stop": 821666014
        },
        {
            "start": 821666017,
            "stop": 821666018
        },
        {
            "start": 821666028,
            "stop": 821666031
        },
        {
            "start": 821666034,
            "stop": 821666063
        },
        {
            "start": 821666066,
            "stop": 821666071
        },
        {
            "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
        }
    ]
}