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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14917",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14915",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14916,
    "results": [
        {
            "start": 971525914,
            "stop": 971525918
        },
        {
            "start": 971525921,
            "stop": 971525925
        },
        {
            "start": 971525927,
            "stop": 971525935
        },
        {
            "start": 971525936,
            "stop": 971525978
        },
        {
            "start": 971526038,
            "stop": 971526064
        },
        {
            "start": 971526066,
            "stop": 971526160
        },
        {
            "start": 971526163,
            "stop": 971526224
        },
        {
            "start": 971526230,
            "stop": 971526246
        },
        {
            "start": 971526249,
            "stop": 971526250
        },
        {
            "start": 971526251,
            "stop": 971526252
        },
        {
            "start": 971526258,
            "stop": 971526259
        },
        {
            "start": 971526261,
            "stop": 971526291
        },
        {
            "start": 971526293,
            "stop": 971526301
        },
        {
            "start": 971526302,
            "stop": 971526306
        },
        {
            "start": 971526308,
            "stop": 971526313
        },
        {
            "start": 971526314,
            "stop": 971526317
        },
        {
            "start": 971526318,
            "stop": 971526323
        },
        {
            "start": 971526324,
            "stop": 971526331
        },
        {
            "start": 971526332,
            "stop": 971526399
        },
        {
            "start": 971526400,
            "stop": 971526469
        }
    ]
}