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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW/segments?format=api&page=57",
    "results_count": 2118,
    "results_per_page": 20,
    "num_pages": 106,
    "page_number": 58,
    "results": [
        {
            "start": 852534572,
            "stop": 852534700
        },
        {
            "start": 852547941,
            "stop": 852548068
        },
        {
            "start": 852608852,
            "stop": 852608996
        },
        {
            "start": 852692044,
            "stop": 852692188
        },
        {
            "start": 852734132,
            "stop": 852734275
        },
        {
            "start": 852746141,
            "stop": 852746284
        },
        {
            "start": 852768981,
            "stop": 852769124
        },
        {
            "start": 852797701,
            "stop": 852797835
        },
        {
            "start": 852817222,
            "stop": 852817364
        },
        {
            "start": 852831316,
            "stop": 852831451
        },
        {
            "start": 852945862,
            "stop": 852945988
        },
        {
            "start": 853029221,
            "stop": 853029348
        },
        {
            "start": 853035301,
            "stop": 853035502
        },
        {
            "start": 853071453,
            "stop": 853071581
        },
        {
            "start": 853230885,
            "stop": 853231029
        },
        {
            "start": 853238276,
            "stop": 853238421
        },
        {
            "start": 853246597,
            "stop": 853246796
        },
        {
            "start": 853272869,
            "stop": 853273012
        },
        {
            "start": 853283463,
            "stop": 853283589
        },
        {
            "start": 853289797,
            "stop": 853289925
        }
    ]
}