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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=402",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 403,
    "results": [
        {
            "start": 829937406,
            "stop": 829937413
        },
        {
            "start": 829937415,
            "stop": 829937427
        },
        {
            "start": 829937429,
            "stop": 829937438
        },
        {
            "start": 829937440,
            "stop": 829937509
        },
        {
            "start": 829939401,
            "stop": 829939467
        },
        {
            "start": 829939469,
            "stop": 829939484
        },
        {
            "start": 829939486,
            "stop": 829939488
        },
        {
            "start": 829939491,
            "stop": 829939666
        },
        {
            "start": 829939668,
            "stop": 829939950
        },
        {
            "start": 829939952,
            "stop": 829940288
        },
        {
            "start": 829940290,
            "stop": 829942001
        },
        {
            "start": 829942301,
            "stop": 829943005
        },
        {
            "start": 829943010,
            "stop": 829943488
        },
        {
            "start": 829944194,
            "stop": 829948434
        },
        {
            "start": 829952725,
            "stop": 829952937
        },
        {
            "start": 829953004,
            "stop": 829953094
        },
        {
            "start": 829953096,
            "stop": 829953161
        },
        {
            "start": 829953163,
            "stop": 829954397
        },
        {
            "start": 829954403,
            "stop": 829954407
        },
        {
            "start": 829954413,
            "stop": 829955135
        }
    ]
}