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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=324",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 325,
    "results": [
        {
            "start": 821746008,
            "stop": 821746016
        },
        {
            "start": 821746022,
            "stop": 821746023
        },
        {
            "start": 821746026,
            "stop": 821746066
        },
        {
            "start": 821746070,
            "stop": 821746071
        },
        {
            "start": 821746076,
            "stop": 821746095
        },
        {
            "start": 821746100,
            "stop": 821746124
        },
        {
            "start": 821746130,
            "stop": 821746140
        },
        {
            "start": 821746143,
            "stop": 821746145
        },
        {
            "start": 821746151,
            "stop": 821746174
        },
        {
            "start": 821746177,
            "stop": 821746180
        },
        {
            "start": 821746186,
            "stop": 821746189
        },
        {
            "start": 821746192,
            "stop": 821746202
        },
        {
            "start": 821746205,
            "stop": 821746222
        },
        {
            "start": 821746225,
            "stop": 821746226
        },
        {
            "start": 821746229,
            "stop": 821746238
        },
        {
            "start": 821746241,
            "stop": 821746242
        },
        {
            "start": 821746245,
            "stop": 821746265
        },
        {
            "start": 821746268,
            "stop": 821746280
        },
        {
            "start": 821746289,
            "stop": 821746298
        },
        {
            "start": 821746301,
            "stop": 821746339
        }
    ]
}