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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=85",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 86,
    "results": [
        {
            "start": 827505937,
            "stop": 827505938
        },
        {
            "start": 827506008,
            "stop": 827514913
        },
        {
            "start": 827514947,
            "stop": 827514949
        },
        {
            "start": 827515006,
            "stop": 827519953
        },
        {
            "start": 827519974,
            "stop": 827519976
        },
        {
            "start": 827520063,
            "stop": 827520128
        },
        {
            "start": 827520434,
            "stop": 827522156
        },
        {
            "start": 827524279,
            "stop": 827524933
        },
        {
            "start": 827525101,
            "stop": 827525823
        },
        {
            "start": 827528088,
            "stop": 827528293
        },
        {
            "start": 827528294,
            "stop": 827528295
        },
        {
            "start": 827529821,
            "stop": 827529892
        },
        {
            "start": 827531911,
            "stop": 827533025
        },
        {
            "start": 827535164,
            "stop": 827536333
        },
        {
            "start": 827536340,
            "stop": 827536341
        },
        {
            "start": 827536489,
            "stop": 827539993
        },
        {
            "start": 827541131,
            "stop": 827545971
        },
        {
            "start": 827547656,
            "stop": 827565648
        },
        {
            "start": 827567113,
            "stop": 827583253
        },
        {
            "start": 827583273,
            "stop": 827583275
        }
    ]
}