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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=70",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 71,
    "results": [
        {
            "start": 822393206,
            "stop": 822393212
        },
        {
            "start": 822393216,
            "stop": 822393221
        },
        {
            "start": 822393225,
            "stop": 822393365
        },
        {
            "start": 822393369,
            "stop": 822393706
        },
        {
            "start": 822393719,
            "stop": 822393826
        },
        {
            "start": 822393830,
            "stop": 822393840
        },
        {
            "start": 822393844,
            "stop": 822393850
        },
        {
            "start": 822393858,
            "stop": 822393879
        },
        {
            "start": 822393892,
            "stop": 822393908
        },
        {
            "start": 822393917,
            "stop": 822393955
        },
        {
            "start": 822393959,
            "stop": 822393989
        },
        {
            "start": 822393993,
            "stop": 822394018
        },
        {
            "start": 822394022,
            "stop": 822394051
        },
        {
            "start": 822394055,
            "stop": 822394061
        },
        {
            "start": 822394065,
            "stop": 822394099
        },
        {
            "start": 822394103,
            "stop": 822394113
        },
        {
            "start": 822394117,
            "stop": 822394317
        },
        {
            "start": 822394325,
            "stop": 822394418
        },
        {
            "start": 822394427,
            "stop": 822394433
        },
        {
            "start": 822394441,
            "stop": 822394447
        }
    ]
}