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=736
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=737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=735",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 736,
    "results": [
        {
            "start": 857940731,
            "stop": 857940851
        },
        {
            "start": 857948902,
            "stop": 857948962
        },
        {
            "start": 857950724,
            "stop": 857960204
        },
        {
            "start": 857960234,
            "stop": 857962304
        },
        {
            "start": 857962571,
            "stop": 857971271
        },
        {
            "start": 857971485,
            "stop": 857975445
        },
        {
            "start": 857976407,
            "stop": 857976527
        },
        {
            "start": 857977756,
            "stop": 857978776
        },
        {
            "start": 857979004,
            "stop": 857980144
        },
        {
            "start": 857980344,
            "stop": 857982504
        },
        {
            "start": 857982534,
            "stop": 857984214
        },
        {
            "start": 857984364,
            "stop": 857989284
        },
        {
            "start": 857989577,
            "stop": 857995127
        },
        {
            "start": 857995973,
            "stop": 857997383
        },
        {
            "start": 857997583,
            "stop": 857998873
        },
        {
            "start": 857998903,
            "stop": 857999743
        },
        {
            "start": 858001877,
            "stop": 858002627
        },
        {
            "start": 858002687,
            "stop": 858004337
        },
        {
            "start": 858004487,
            "stop": 858004547
        },
        {
            "start": 858004577,
            "stop": 858005957
        }
    ]
}