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/H1_STOCH_CAT2_H1L1/segments?format=api&page=987
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=986",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 987,
    "results": [
        {
            "start": 870240878,
            "stop": 870245438
        },
        {
            "start": 870245588,
            "stop": 870247298
        },
        {
            "start": 870247501,
            "stop": 870251581
        },
        {
            "start": 870253045,
            "stop": 870259405
        },
        {
            "start": 870259495,
            "stop": 870261595
        },
        {
            "start": 870261745,
            "stop": 870261835
        },
        {
            "start": 870261985,
            "stop": 870262555
        },
        {
            "start": 870262705,
            "stop": 870264385
        },
        {
            "start": 870264505,
            "stop": 870264565
        },
        {
            "start": 870264625,
            "stop": 870267385
        },
        {
            "start": 870267551,
            "stop": 870269591
        },
        {
            "start": 870271057,
            "stop": 870272557
        },
        {
            "start": 870272647,
            "stop": 870273157
        },
        {
            "start": 870282797,
            "stop": 870289937
        },
        {
            "start": 870290766,
            "stop": 870293376
        },
        {
            "start": 870293526,
            "stop": 870297516
        },
        {
            "start": 870297666,
            "stop": 870305856
        },
        {
            "start": 870305886,
            "stop": 870310866
        },
        {
            "start": 870311094,
            "stop": 870334734
        },
        {
            "start": 870334953,
            "stop": 870335913
        }
    ]
}