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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=4",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 5,
    "results": [
        {
            "start": 816068863,
            "stop": 816068913
        },
        {
            "start": 816068918,
            "stop": 816068987
        },
        {
            "start": 816068991,
            "stop": 816069043
        },
        {
            "start": 816069050,
            "stop": 816069059
        },
        {
            "start": 816069062,
            "stop": 816069085
        },
        {
            "start": 816069091,
            "stop": 816069115
        },
        {
            "start": 816069119,
            "stop": 816069150
        },
        {
            "start": 816069505,
            "stop": 816069550
        },
        {
            "start": 816069554,
            "stop": 816069559
        },
        {
            "start": 816069564,
            "stop": 816069590
        },
        {
            "start": 816069596,
            "stop": 816069597
        },
        {
            "start": 816069605,
            "stop": 816069624
        },
        {
            "start": 816069627,
            "stop": 816069662
        },
        {
            "start": 816069674,
            "stop": 816069675
        },
        {
            "start": 816069686,
            "stop": 816069687
        },
        {
            "start": 816069693,
            "stop": 816069696
        },
        {
            "start": 816069701,
            "stop": 816069857
        },
        {
            "start": 816069963,
            "stop": 816069973
        },
        {
            "start": 816069977,
            "stop": 816069988
        },
        {
            "start": 816069996,
            "stop": 816070045
        }
    ]
}