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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=34",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 35,
    "results": [
        {
            "start": 939833625,
            "stop": 939834636
        },
        {
            "start": 939837107,
            "stop": 939837163
        },
        {
            "start": 939873916,
            "stop": 939874340
        },
        {
            "start": 939908171,
            "stop": 939909614
        },
        {
            "start": 939910907,
            "stop": 939911896
        },
        {
            "start": 939912866,
            "stop": 939913514
        },
        {
            "start": 939914366,
            "stop": 939915695
        },
        {
            "start": 939916457,
            "stop": 939917293
        },
        {
            "start": 939934456,
            "stop": 939937785
        },
        {
            "start": 939938649,
            "stop": 939947479
        },
        {
            "start": 939948160,
            "stop": 939949415
        },
        {
            "start": 939950186,
            "stop": 939971751
        },
        {
            "start": 939971833,
            "stop": 939972249
        },
        {
            "start": 939972863,
            "stop": 939988195
        },
        {
            "start": 939989397,
            "stop": 939990213
        },
        {
            "start": 939991000,
            "stop": 939997401
        },
        {
            "start": 939998409,
            "stop": 940004915
        },
        {
            "start": 940005850,
            "stop": 940010765
        },
        {
            "start": 940036377,
            "stop": 940078215
        },
        {
            "start": 940097744,
            "stop": 940099121
        }
    ]
}