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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=140",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 141,
    "results": [
        {
            "start": 822914490,
            "stop": 822914550
        },
        {
            "start": 822917783,
            "stop": 822917843
        },
        {
            "start": 822918100,
            "stop": 822918160
        },
        {
            "start": 822919828,
            "stop": 822919888
        },
        {
            "start": 822920177,
            "stop": 822920297
        },
        {
            "start": 822953515,
            "stop": 822953935
        },
        {
            "start": 822954894,
            "stop": 822955014
        },
        {
            "start": 822956226,
            "stop": 822956406
        },
        {
            "start": 822956685,
            "stop": 822956805
        },
        {
            "start": 822957124,
            "stop": 822957244
        },
        {
            "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": 822961820,
            "stop": 822962000
        },
        {
            "start": 822962422,
            "stop": 822962542
        },
        {
            "start": 822962720,
            "stop": 822962780
        }
    ]
}