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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8119",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8120,
    "results": [
        {
            "start": 970846489,
            "stop": 970846543
        },
        {
            "start": 970846546,
            "stop": 970846555
        },
        {
            "start": 970846558,
            "stop": 970846573
        },
        {
            "start": 970846576,
            "stop": 970846590
        },
        {
            "start": 970846593,
            "stop": 970846634
        },
        {
            "start": 970846637,
            "stop": 970846644
        },
        {
            "start": 970846647,
            "stop": 970846825
        },
        {
            "start": 970846828,
            "stop": 970846949
        },
        {
            "start": 970846952,
            "stop": 970847044
        },
        {
            "start": 970847050,
            "stop": 970847081
        },
        {
            "start": 970847084,
            "stop": 970847119
        },
        {
            "start": 970847122,
            "stop": 970847146
        },
        {
            "start": 970847152,
            "stop": 970847190
        },
        {
            "start": 970847196,
            "stop": 970847219
        },
        {
            "start": 970847225,
            "stop": 970847227
        },
        {
            "start": 970847231,
            "stop": 970847233
        },
        {
            "start": 970847236,
            "stop": 970847240
        },
        {
            "start": 970847243,
            "stop": 970847245
        },
        {
            "start": 970847249,
            "stop": 970847250
        },
        {
            "start": 970847254,
            "stop": 970847262
        }
    ]
}