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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=310",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 311,
    "results": [
        {
            "start": 828901132,
            "stop": 828901133
        },
        {
            "start": 828901135,
            "stop": 828901137
        },
        {
            "start": 828901141,
            "stop": 828901142
        },
        {
            "start": 828901145,
            "stop": 828901147
        },
        {
            "start": 828901149,
            "stop": 828901157
        },
        {
            "start": 828901161,
            "stop": 828901166
        },
        {
            "start": 828901168,
            "stop": 828901178
        },
        {
            "start": 828901180,
            "stop": 828901181
        },
        {
            "start": 828901188,
            "stop": 828901195
        },
        {
            "start": 828901198,
            "stop": 828901203
        },
        {
            "start": 828901207,
            "stop": 828901211
        },
        {
            "start": 828901214,
            "stop": 828901216
        },
        {
            "start": 828901219,
            "stop": 828901220
        },
        {
            "start": 828901224,
            "stop": 828901231
        },
        {
            "start": 828901239,
            "stop": 828901249
        },
        {
            "start": 828901253,
            "stop": 828901269
        },
        {
            "start": 828901271,
            "stop": 828901273
        },
        {
            "start": 828901276,
            "stop": 828901283
        },
        {
            "start": 828901284,
            "stop": 828901285
        },
        {
            "start": 828901287,
            "stop": 828901288
        }
    ]
}