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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=10",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 11,
    "results": [
        {
            "start": 818242600,
            "stop": 818245137
        },
        {
            "start": 818245878,
            "stop": 818248182
        },
        {
            "start": 818248370,
            "stop": 818258405
        },
        {
            "start": 818258579,
            "stop": 818259655
        },
        {
            "start": 818264053,
            "stop": 818265113
        },
        {
            "start": 818265678,
            "stop": 818266330
        },
        {
            "start": 818267513,
            "stop": 818279115
        },
        {
            "start": 818281052,
            "stop": 818281681
        },
        {
            "start": 818281875,
            "stop": 818291914
        },
        {
            "start": 818291961,
            "stop": 818292274
        },
        {
            "start": 818292642,
            "stop": 818293163
        },
        {
            "start": 818294381,
            "stop": 818296048
        },
        {
            "start": 818296369,
            "stop": 818301908
        },
        {
            "start": 818301942,
            "stop": 818302164
        },
        {
            "start": 818302218,
            "stop": 818312674
        },
        {
            "start": 818317449,
            "stop": 818318893
        },
        {
            "start": 818322137,
            "stop": 818324116
        },
        {
            "start": 818325301,
            "stop": 818326365
        },
        {
            "start": 818327574,
            "stop": 818328441
        },
        {
            "start": 818333533,
            "stop": 818334298
        }
    ]
}