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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=335",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 336,
    "results": [
        {
            "start": 829237374,
            "stop": 829237375
        },
        {
            "start": 829237377,
            "stop": 829237381
        },
        {
            "start": 829237384,
            "stop": 829237387
        },
        {
            "start": 829237394,
            "stop": 829237395
        },
        {
            "start": 829237397,
            "stop": 829237398
        },
        {
            "start": 829237406,
            "stop": 829237408
        },
        {
            "start": 829237411,
            "stop": 829237416
        },
        {
            "start": 829237422,
            "stop": 829237423
        },
        {
            "start": 829237427,
            "stop": 829237428
        },
        {
            "start": 829237437,
            "stop": 829237439
        },
        {
            "start": 829237442,
            "stop": 829237443
        },
        {
            "start": 829237445,
            "stop": 829237447
        },
        {
            "start": 829237450,
            "stop": 829237453
        },
        {
            "start": 829237457,
            "stop": 829237460
        },
        {
            "start": 829237463,
            "stop": 829237465
        },
        {
            "start": 829237469,
            "stop": 829237472
        },
        {
            "start": 829237474,
            "stop": 829237475
        },
        {
            "start": 829237486,
            "stop": 829237487
        },
        {
            "start": 829237490,
            "stop": 829237491
        },
        {
            "start": 829237494,
            "stop": 829237497
        }
    ]
}