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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=103",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 104,
    "results": [
        {
            "start": 851040270,
            "stop": 851071106
        },
        {
            "start": 851077902,
            "stop": 851083464
        },
        {
            "start": 851085292,
            "stop": 851144096
        },
        {
            "start": 851214778,
            "stop": 851231415
        },
        {
            "start": 851232617,
            "stop": 851239540
        },
        {
            "start": 851240217,
            "stop": 851262788
        },
        {
            "start": 851268729,
            "stop": 851276628
        },
        {
            "start": 851278388,
            "stop": 851286678
        },
        {
            "start": 851288011,
            "stop": 851292345
        },
        {
            "start": 851294960,
            "stop": 851309387
        },
        {
            "start": 851310254,
            "stop": 851332076
        },
        {
            "start": 851333944,
            "stop": 851338632
        },
        {
            "start": 851340085,
            "stop": 851341155
        },
        {
            "start": 851343183,
            "stop": 851343960
        },
        {
            "start": 851344551,
            "stop": 851346999
        },
        {
            "start": 851347862,
            "stop": 851353990
        },
        {
            "start": 851354464,
            "stop": 851362685
        },
        {
            "start": 851364024,
            "stop": 851366109
        },
        {
            "start": 851366140,
            "stop": 851369214
        },
        {
            "start": 851374508,
            "stop": 851388390
        }
    ]
}