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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=150",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 151,
    "results": [
        {
            "start": 822919828,
            "stop": 822919888
        },
        {
            "start": 822920177,
            "stop": 822920297
        },
        {
            "start": 822953222,
            "stop": 822954002
        },
        {
            "start": 822954864,
            "stop": 822955044
        },
        {
            "start": 822956226,
            "stop": 822956406
        },
        {
            "start": 822956690,
            "stop": 822956810
        },
        {
            "start": 822957147,
            "stop": 822957447
        },
        {
            "start": 822957634,
            "stop": 822957694
        },
        {
            "start": 822957875,
            "stop": 822958175
        },
        {
            "start": 822959226,
            "stop": 822959406
        },
        {
            "start": 822959684,
            "stop": 822959804
        },
        {
            "start": 822959947,
            "stop": 822960727
        },
        {
            "start": 822960873,
            "stop": 822961353
        },
        {
            "start": 822961556,
            "stop": 822961676
        },
        {
            "start": 822961850,
            "stop": 822962000
        },
        {
            "start": 822962144,
            "stop": 822962564
        },
        {
            "start": 822962720,
            "stop": 822962780
        },
        {
            "start": 822963899,
            "stop": 822964439
        },
        {
            "start": 822964598,
            "stop": 822964958
        },
        {
            "start": 822965315,
            "stop": 822965915
        }
    ]
}