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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=9",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 10,
    "results": [
        {
            "start": 851380319,
            "stop": 851385664
        },
        {
            "start": 851388884,
            "stop": 851396404
        },
        {
            "start": 852401820,
            "stop": 852432904
        },
        {
            "start": 852441719,
            "stop": 852617644
        },
        {
            "start": 852645719,
            "stop": 852839824
        },
        {
            "start": 852922320,
            "stop": 852963124
        },
        {
            "start": 852999720,
            "stop": 853005664
        },
        {
            "start": 853015904,
            "stop": 853020064
        },
        {
            "start": 853021364,
            "stop": 853084204
        },
        {
            "start": 853198920,
            "stop": 853252204
        },
        {
            "start": 853265520,
            "stop": 853318084
        },
        {
            "start": 853343520,
            "stop": 853538464
        },
        {
            "start": 853540604,
            "stop": 853545664
        },
        {
            "start": 853547144,
            "stop": 853549264
        },
        {
            "start": 853552904,
            "stop": 853603264
        },
        {
            "start": 853607084,
            "stop": 853609613
        },
        {
            "start": 854816611,
            "stop": 855424864
        },
        {
            "start": 855426344,
            "stop": 855653824
        },
        {
            "start": 855685919,
            "stop": 855697324
        },
        {
            "start": 855706918,
            "stop": 855796804
        }
    ]
}