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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=46",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 47,
    "results": [
        {
            "start": 816931576,
            "stop": 816932172
        },
        {
            "start": 816932179,
            "stop": 816932248
        },
        {
            "start": 816932255,
            "stop": 816932410
        },
        {
            "start": 816932418,
            "stop": 816932424
        },
        {
            "start": 816932446,
            "stop": 816932452
        },
        {
            "start": 816932459,
            "stop": 816932664
        },
        {
            "start": 816932671,
            "stop": 816934021
        },
        {
            "start": 816934029,
            "stop": 816936047
        },
        {
            "start": 816936054,
            "stop": 816936089
        },
        {
            "start": 816936098,
            "stop": 816936114
        },
        {
            "start": 816936122,
            "stop": 816936428
        },
        {
            "start": 816936436,
            "stop": 816936466
        },
        {
            "start": 816936475,
            "stop": 816936541
        },
        {
            "start": 816936548,
            "stop": 816936590
        },
        {
            "start": 816936597,
            "stop": 816936750
        },
        {
            "start": 816936758,
            "stop": 816936768
        },
        {
            "start": 816936777,
            "stop": 816936925
        },
        {
            "start": 816936932,
            "stop": 816937332
        },
        {
            "start": 816937340,
            "stop": 816937453
        },
        {
            "start": 816937461,
            "stop": 816937468
        }
    ]
}