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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=240",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 241,
    "results": [
        {
            "start": 827898193,
            "stop": 827898313
        },
        {
            "start": 827898639,
            "stop": 827898999
        },
        {
            "start": 827899167,
            "stop": 827899887
        },
        {
            "start": 827900037,
            "stop": 827900607
        },
        {
            "start": 827900951,
            "stop": 827901491
        },
        {
            "start": 827901700,
            "stop": 827901880
        },
        {
            "start": 827902043,
            "stop": 827902343
        },
        {
            "start": 827903554,
            "stop": 827903734
        },
        {
            "start": 827903892,
            "stop": 827904072
        },
        {
            "start": 827904245,
            "stop": 827904905
        },
        {
            "start": 827905097,
            "stop": 827905157
        },
        {
            "start": 827910859,
            "stop": 827910919
        },
        {
            "start": 827911584,
            "stop": 827911764
        },
        {
            "start": 827915605,
            "stop": 827915845
        },
        {
            "start": 827915979,
            "stop": 827916099
        },
        {
            "start": 827916235,
            "stop": 827916295
        },
        {
            "start": 827916437,
            "stop": 827916497
        },
        {
            "start": 827916653,
            "stop": 827916833
        },
        {
            "start": 827916999,
            "stop": 827917419
        },
        {
            "start": 827917587,
            "stop": 827917887
        }
    ]
}