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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=321",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 322,
    "results": [
        {
            "start": 828930101,
            "stop": 828930103
        },
        {
            "start": 828930106,
            "stop": 828930111
        },
        {
            "start": 828930113,
            "stop": 828930114
        },
        {
            "start": 828930119,
            "stop": 828930120
        },
        {
            "start": 828930125,
            "stop": 828930129
        },
        {
            "start": 828930141,
            "stop": 828930142
        },
        {
            "start": 828930150,
            "stop": 828930153
        },
        {
            "start": 828930155,
            "stop": 828930159
        },
        {
            "start": 828930170,
            "stop": 828930173
        },
        {
            "start": 828930175,
            "stop": 828930176
        },
        {
            "start": 828930184,
            "stop": 828930185
        },
        {
            "start": 828930187,
            "stop": 828930188
        },
        {
            "start": 828930190,
            "stop": 828930191
        },
        {
            "start": 828930193,
            "stop": 828930196
        },
        {
            "start": 828930199,
            "stop": 828930207
        },
        {
            "start": 828930209,
            "stop": 828930214
        },
        {
            "start": 828930217,
            "stop": 828930224
        },
        {
            "start": 828930228,
            "stop": 828930230
        },
        {
            "start": 828930238,
            "stop": 828930246
        },
        {
            "start": 828930248,
            "stop": 828930254
        }
    ]
}