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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=328",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 329,
    "results": [
        {
            "start": 828992401,
            "stop": 828992408
        },
        {
            "start": 828992414,
            "stop": 828992415
        },
        {
            "start": 828992420,
            "stop": 828992422
        },
        {
            "start": 828992424,
            "stop": 828992425
        },
        {
            "start": 828992427,
            "stop": 828992430
        },
        {
            "start": 828992432,
            "stop": 828992435
        },
        {
            "start": 828992446,
            "stop": 828992447
        },
        {
            "start": 828992449,
            "stop": 828992452
        },
        {
            "start": 828992454,
            "stop": 828992462
        },
        {
            "start": 828992464,
            "stop": 828992465
        },
        {
            "start": 828992468,
            "stop": 828992470
        },
        {
            "start": 828992472,
            "stop": 828992482
        },
        {
            "start": 828992486,
            "stop": 828992492
        },
        {
            "start": 828992494,
            "stop": 828992499
        },
        {
            "start": 828992501,
            "stop": 828992504
        },
        {
            "start": 828992506,
            "stop": 828992509
        },
        {
            "start": 828992511,
            "stop": 828992542
        },
        {
            "start": 828992543,
            "stop": 828992561
        },
        {
            "start": 828992563,
            "stop": 828992596
        },
        {
            "start": 828992598,
            "stop": 828992603
        }
    ]
}