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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=57",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 58,
    "results": [
        {
            "start": 832073633,
            "stop": 832082750
        },
        {
            "start": 832083665,
            "stop": 832083782
        },
        {
            "start": 832089285,
            "stop": 832100867
        },
        {
            "start": 832108605,
            "stop": 832109380
        },
        {
            "start": 832110884,
            "stop": 832111411
        },
        {
            "start": 832112489,
            "stop": 832116476
        },
        {
            "start": 832128878,
            "stop": 832140506
        },
        {
            "start": 832141752,
            "stop": 832150034
        },
        {
            "start": 832151476,
            "stop": 832162423
        },
        {
            "start": 832165988,
            "stop": 832175563
        },
        {
            "start": 832177573,
            "stop": 832180950
        },
        {
            "start": 832182009,
            "stop": 832197084
        },
        {
            "start": 832198226,
            "stop": 832199774
        },
        {
            "start": 832200784,
            "stop": 832205713
        },
        {
            "start": 832208232,
            "stop": 832234840
        },
        {
            "start": 832235446,
            "stop": 832272020
        },
        {
            "start": 832274275,
            "stop": 832274866
        },
        {
            "start": 832277367,
            "stop": 832284921
        },
        {
            "start": 832286339,
            "stop": 832295746
        },
        {
            "start": 832299890,
            "stop": 832300422
        }
    ]
}