Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9734
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9733",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9734,
    "results": [
        {
            "start": 873352321,
            "stop": 873352326
        },
        {
            "start": 873352331,
            "stop": 873352332
        },
        {
            "start": 873352335,
            "stop": 873352354
        },
        {
            "start": 873352357,
            "stop": 873353538
        },
        {
            "start": 873353541,
            "stop": 873363302
        },
        {
            "start": 873364508,
            "stop": 873365976
        },
        {
            "start": 873365979,
            "stop": 873370953
        },
        {
            "start": 873370957,
            "stop": 873370958
        },
        {
            "start": 873370961,
            "stop": 873370962
        },
        {
            "start": 873370965,
            "stop": 873371029
        },
        {
            "start": 873371032,
            "stop": 873371033
        },
        {
            "start": 873371036,
            "stop": 873371065
        },
        {
            "start": 873371068,
            "stop": 873371097
        },
        {
            "start": 873371100,
            "stop": 873371138
        },
        {
            "start": 873371144,
            "stop": 873376068
        },
        {
            "start": 873376071,
            "stop": 873377283
        },
        {
            "start": 873377286,
            "stop": 873379799
        },
        {
            "start": 873379802,
            "stop": 873383891
        },
        {
            "start": 873384974,
            "stop": 873385474
        },
        {
            "start": 873385476,
            "stop": 873385744
        }
    ]
}