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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=17",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 18,
    "results": [
        {
            "start": 822176834,
            "stop": 822177508
        },
        {
            "start": 822178204,
            "stop": 822179426
        },
        {
            "start": 822179496,
            "stop": 822179726
        },
        {
            "start": 822181212,
            "stop": 822182964
        },
        {
            "start": 822183783,
            "stop": 822185029
        },
        {
            "start": 822185720,
            "stop": 822198255
        },
        {
            "start": 822202745,
            "stop": 822205528
        },
        {
            "start": 822206353,
            "stop": 822208688
        },
        {
            "start": 822209829,
            "stop": 822220333
        },
        {
            "start": 822272362,
            "stop": 822282913
        },
        {
            "start": 822283875,
            "stop": 822290450
        },
        {
            "start": 822290943,
            "stop": 822323921
        },
        {
            "start": 822324154,
            "stop": 822327739
        },
        {
            "start": 822347152,
            "stop": 822347752
        },
        {
            "start": 822347940,
            "stop": 822355636
        },
        {
            "start": 822355848,
            "stop": 822357785
        },
        {
            "start": 822358353,
            "stop": 822375864
        },
        {
            "start": 822376464,
            "stop": 822382929
        },
        {
            "start": 822383485,
            "stop": 822385956
        },
        {
            "start": 822386556,
            "stop": 822386579
        }
    ]
}