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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=292",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 293,
    "results": [
        {
            "start": 828589966,
            "stop": 828589986
        },
        {
            "start": 828589988,
            "stop": 828590019
        },
        {
            "start": 828590022,
            "stop": 828590032
        },
        {
            "start": 828590034,
            "stop": 828590042
        },
        {
            "start": 828590044,
            "stop": 828590052
        },
        {
            "start": 828590054,
            "stop": 828590069
        },
        {
            "start": 828590071,
            "stop": 828590084
        },
        {
            "start": 828590086,
            "stop": 828590095
        },
        {
            "start": 828590097,
            "stop": 828590107
        },
        {
            "start": 828590109,
            "stop": 828590126
        },
        {
            "start": 828590128,
            "stop": 828590130
        },
        {
            "start": 828590134,
            "stop": 828590144
        },
        {
            "start": 828590149,
            "stop": 828590156
        },
        {
            "start": 828590158,
            "stop": 828590168
        },
        {
            "start": 828590170,
            "stop": 828590172
        },
        {
            "start": 828590173,
            "stop": 828590183
        },
        {
            "start": 828590184,
            "stop": 828590200
        },
        {
            "start": 828590202,
            "stop": 828590210
        },
        {
            "start": 828590212,
            "stop": 828590233
        },
        {
            "start": 828590235,
            "stop": 828590251
        }
    ]
}