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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=213",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 214,
    "results": [
        {
            "start": 827137931,
            "stop": 827137942
        },
        {
            "start": 827137943,
            "stop": 827137944
        },
        {
            "start": 827137946,
            "stop": 827137951
        },
        {
            "start": 827137953,
            "stop": 827138051
        },
        {
            "start": 827138053,
            "stop": 827142910
        },
        {
            "start": 827142915,
            "stop": 827142935
        },
        {
            "start": 827142937,
            "stop": 827142955
        },
        {
            "start": 827142957,
            "stop": 827142979
        },
        {
            "start": 827142982,
            "stop": 827142999
        },
        {
            "start": 827143002,
            "stop": 827143003
        },
        {
            "start": 827143005,
            "stop": 827143073
        },
        {
            "start": 827143075,
            "stop": 827143099
        },
        {
            "start": 827143101,
            "stop": 827143162
        },
        {
            "start": 827143164,
            "stop": 827143184
        },
        {
            "start": 827143186,
            "stop": 827143929
        },
        {
            "start": 827143932,
            "stop": 827146880
        },
        {
            "start": 827146883,
            "stop": 827156262
        },
        {
            "start": 827156562,
            "stop": 827157359
        },
        {
            "start": 827157362,
            "stop": 827161513
        },
        {
            "start": 827164157,
            "stop": 827165390
        }
    ]
}