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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=16",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 17,
    "results": [
        {
            "start": 821722872,
            "stop": 821725822
        },
        {
            "start": 821727654,
            "stop": 821755019
        },
        {
            "start": 821755905,
            "stop": 821756528
        },
        {
            "start": 821756752,
            "stop": 821783064
        },
        {
            "start": 821784343,
            "stop": 821810349
        },
        {
            "start": 821820754,
            "stop": 821824757
        },
        {
            "start": 821825474,
            "stop": 821831904
        },
        {
            "start": 821832644,
            "stop": 821834457
        },
        {
            "start": 821835049,
            "stop": 821872851
        },
        {
            "start": 821873857,
            "stop": 821990703
        },
        {
            "start": 821991457,
            "stop": 822012122
        },
        {
            "start": 822012652,
            "stop": 822032189
        },
        {
            "start": 822032746,
            "stop": 822034915
        },
        {
            "start": 822035372,
            "stop": 822077942
        },
        {
            "start": 822078666,
            "stop": 822085238
        },
        {
            "start": 822085973,
            "stop": 822090615
        },
        {
            "start": 822091558,
            "stop": 822094571
        },
        {
            "start": 822095391,
            "stop": 822153539
        },
        {
            "start": 822174946,
            "stop": 822175208
        },
        {
            "start": 822176021,
            "stop": 822176707
        }
    ]
}