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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=297",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 298,
    "results": [
        {
            "start": 828591919,
            "stop": 828591932
        },
        {
            "start": 828591934,
            "stop": 828591954
        },
        {
            "start": 828591956,
            "stop": 828591990
        },
        {
            "start": 828591992,
            "stop": 828592009
        },
        {
            "start": 828592011,
            "stop": 828592029
        },
        {
            "start": 828592031,
            "stop": 828592071
        },
        {
            "start": 828592073,
            "stop": 828592093
        },
        {
            "start": 828592095,
            "stop": 828592144
        },
        {
            "start": 828592146,
            "stop": 828592291
        },
        {
            "start": 828592293,
            "stop": 828592304
        },
        {
            "start": 828592306,
            "stop": 828592327
        },
        {
            "start": 828592329,
            "stop": 828592334
        },
        {
            "start": 828592336,
            "stop": 828592340
        },
        {
            "start": 828592342,
            "stop": 828592421
        },
        {
            "start": 828592423,
            "stop": 828592519
        },
        {
            "start": 828592521,
            "stop": 828592712
        },
        {
            "start": 828592714,
            "stop": 828593020
        },
        {
            "start": 828593022,
            "stop": 828599473
        },
        {
            "start": 828599476,
            "stop": 828599986
        },
        {
            "start": 828599988,
            "stop": 828600029
        }
    ]
}