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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=50",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 51,
    "results": [
        {
            "start": 822176669,
            "stop": 822176671
        },
        {
            "start": 822176674,
            "stop": 822176707
        },
        {
            "start": 822176834,
            "stop": 822177478
        },
        {
            "start": 822178204,
            "stop": 822179426
        },
        {
            "start": 822179496,
            "stop": 822179709
        },
        {
            "start": 822181212,
            "stop": 822182935
        },
        {
            "start": 822183783,
            "stop": 822184993
        },
        {
            "start": 822185720,
            "stop": 822198255
        },
        {
            "start": 822202745,
            "stop": 822205498
        },
        {
            "start": 822206353,
            "stop": 822208633
        },
        {
            "start": 822209829,
            "stop": 822220303
        },
        {
            "start": 822272362,
            "stop": 822282883
        },
        {
            "start": 822283875,
            "stop": 822290413
        },
        {
            "start": 822290943,
            "stop": 822323893
        },
        {
            "start": 822324154,
            "stop": 822327709
        },
        {
            "start": 822347152,
            "stop": 822347752
        },
        {
            "start": 822347940,
            "stop": 822355633
        },
        {
            "start": 822355634,
            "stop": 822355635
        },
        {
            "start": 822355848,
            "stop": 822357733
        },
        {
            "start": 822358353,
            "stop": 822375746
        }
    ]
}