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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=257",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 258,
    "results": [
        {
            "start": 821685957,
            "stop": 821685962
        },
        {
            "start": 821685965,
            "stop": 821685968
        },
        {
            "start": 821685971,
            "stop": 821685975
        },
        {
            "start": 821685978,
            "stop": 821685979
        },
        {
            "start": 821685982,
            "stop": 821685986
        },
        {
            "start": 821685989,
            "stop": 821686001
        },
        {
            "start": 821686008,
            "stop": 821686014
        },
        {
            "start": 821686017,
            "stop": 821686031
        },
        {
            "start": 821686035,
            "stop": 821686041
        },
        {
            "start": 821686044,
            "stop": 821686049
        },
        {
            "start": 821686052,
            "stop": 821686055
        },
        {
            "start": 821686062,
            "stop": 821686072
        },
        {
            "start": 821686075,
            "stop": 821686079
        },
        {
            "start": 821686082,
            "stop": 821686088
        },
        {
            "start": 821686093,
            "stop": 821686099
        },
        {
            "start": 821686102,
            "stop": 821686116
        },
        {
            "start": 821686126,
            "stop": 821686136
        },
        {
            "start": 821686139,
            "stop": 821686145
        },
        {
            "start": 821686149,
            "stop": 821686150
        },
        {
            "start": 821686153,
            "stop": 821686167
        }
    ]
}