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_H1L1/segments?format=api&page=236
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_H1L1/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=235",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 236,
    "results": [
        {
            "start": 827896312,
            "stop": 827896372
        },
        {
            "start": 827896508,
            "stop": 827896718
        },
        {
            "start": 827896868,
            "stop": 827896988
        },
        {
            "start": 827897136,
            "stop": 827897976
        },
        {
            "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": 827906411,
            "stop": 827906471
        },
        {
            "start": 827910859,
            "stop": 827910919
        },
        {
            "start": 827911704,
            "stop": 827911764
        },
        {
            "start": 827915605,
            "stop": 827915845
        },
        {
            "start": 827915979,
            "stop": 827916099
        }
    ]
}