Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=97",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 98,
    "results": [
        {
            "start": 961840192,
            "stop": 961848146
        },
        {
            "start": 961849593,
            "stop": 961858982
        },
        {
            "start": 961910386,
            "stop": 961916418
        },
        {
            "start": 961917900,
            "stop": 961918170
        },
        {
            "start": 961921393,
            "stop": 961945755
        },
        {
            "start": 961946082,
            "stop": 961959578
        },
        {
            "start": 961995751,
            "stop": 962002217
        },
        {
            "start": 962006244,
            "stop": 962008486
        },
        {
            "start": 962010436,
            "stop": 962021224
        },
        {
            "start": 962023656,
            "stop": 962031038
        },
        {
            "start": 962033276,
            "stop": 962040501
        },
        {
            "start": 962079329,
            "stop": 962089192
        },
        {
            "start": 962090551,
            "stop": 962098616
        },
        {
            "start": 962099958,
            "stop": 962101778
        },
        {
            "start": 962103136,
            "stop": 962123503
        },
        {
            "start": 962218902,
            "stop": 962225680
        },
        {
            "start": 962226136,
            "stop": 962231314
        },
        {
            "start": 962238052,
            "stop": 962239286
        },
        {
            "start": 962241246,
            "stop": 962255037
        },
        {
            "start": 962256815,
            "stop": 962276944
        }
    ]
}