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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=281",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 282,
    "results": [
        {
            "start": 828235162,
            "stop": 828239227
        },
        {
            "start": 828239337,
            "stop": 828239500
        },
        {
            "start": 828239800,
            "stop": 828246222
        },
        {
            "start": 828257369,
            "stop": 828265751
        },
        {
            "start": 828266051,
            "stop": 828272370
        },
        {
            "start": 828272373,
            "stop": 828272383
        },
        {
            "start": 828272387,
            "stop": 828281730
        },
        {
            "start": 828281790,
            "stop": 828281973
        },
        {
            "start": 828282273,
            "stop": 828283470
        },
        {
            "start": 828283530,
            "stop": 828284956
        },
        {
            "start": 828340389,
            "stop": 828340399
        },
        {
            "start": 828340401,
            "stop": 828340402
        },
        {
            "start": 828340404,
            "stop": 828340410
        },
        {
            "start": 828340412,
            "stop": 828340413
        },
        {
            "start": 828340415,
            "stop": 828340424
        },
        {
            "start": 828340426,
            "stop": 828340435
        },
        {
            "start": 828340437,
            "stop": 828340440
        },
        {
            "start": 828340442,
            "stop": 828340449
        },
        {
            "start": 828340451,
            "stop": 828340456
        },
        {
            "start": 828340460,
            "stop": 828340495
        }
    ]
}