Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7611
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7612",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7610",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7611,
    "results": [
        {
            "start": 970846364,
            "stop": 970846434
        },
        {
            "start": 970846445,
            "stop": 970846471
        },
        {
            "start": 970846474,
            "stop": 970846486
        },
        {
            "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": 970847116
        },
        {
            "start": 970847236,
            "stop": 970847240
        },
        {
            "start": 970847243,
            "stop": 970847245
        },
        {
            "start": 970847249,
            "stop": 970847250
        },
        {
            "start": 970847254,
            "stop": 970847262
        },
        {
            "start": 970847269,
            "stop": 970847295
        },
        {
            "start": 970847476,
            "stop": 970847657
        }
    ]
}