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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=358",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 359,
    "results": [
        {
            "start": 835206266,
            "stop": 835206326
        },
        {
            "start": 835206783,
            "stop": 835207263
        },
        {
            "start": 835207459,
            "stop": 835207999
        },
        {
            "start": 835208138,
            "stop": 835208498
        },
        {
            "start": 835208805,
            "stop": 835208865
        },
        {
            "start": 835209057,
            "stop": 835209537
        },
        {
            "start": 835209715,
            "stop": 835210195
        },
        {
            "start": 835210491,
            "stop": 835211151
        },
        {
            "start": 835211585,
            "stop": 835211825
        },
        {
            "start": 835216445,
            "stop": 835216505
        },
        {
            "start": 835216659,
            "stop": 835216839
        },
        {
            "start": 835219017,
            "stop": 835219137
        },
        {
            "start": 835228408,
            "stop": 835229248
        },
        {
            "start": 835229518,
            "stop": 835233718
        },
        {
            "start": 835233869,
            "stop": 835237469
        },
        {
            "start": 835237838,
            "stop": 835238018
        },
        {
            "start": 835238163,
            "stop": 835239243
        },
        {
            "start": 835239496,
            "stop": 835244896
        },
        {
            "start": 835245111,
            "stop": 835247031
        },
        {
            "start": 835248282,
            "stop": 835251582
        }
    ]
}