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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=7",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 8,
    "results": [
        {
            "start": 849991919,
            "stop": 850215004
        },
        {
            "start": 850215118,
            "stop": 850572109
        },
        {
            "start": 850601024,
            "stop": 851140864
        },
        {
            "start": 851163464,
            "stop": 851170204
        },
        {
            "start": 851204504,
            "stop": 851232134
        },
        {
            "start": 851232719,
            "stop": 851385664
        },
        {
            "start": 851388884,
            "stop": 851408518
        },
        {
            "start": 852401835,
            "stop": 852566261
        },
        {
            "start": 852566262,
            "stop": 852752876
        },
        {
            "start": 852752877,
            "stop": 853005664
        },
        {
            "start": 853015904,
            "stop": 853020064
        },
        {
            "start": 853021364,
            "stop": 853538464
        },
        {
            "start": 853540604,
            "stop": 853545664
        },
        {
            "start": 853547144,
            "stop": 853549264
        },
        {
            "start": 853552904,
            "stop": 853603264
        },
        {
            "start": 853607084,
            "stop": 853609617
        },
        {
            "start": 854816620,
            "stop": 855423435
        },
        {
            "start": 855423720,
            "stop": 855424864
        },
        {
            "start": 855426344,
            "stop": 855455687
        },
        {
            "start": 855456669,
            "stop": 855772218
        }
    ]
}