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/L1_CBCHIGH_CAT2/segments?format=api&page=404
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=403",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 404,
    "results": [
        {
            "start": 818645941,
            "stop": 818645950
        },
        {
            "start": 818645953,
            "stop": 818645979
        },
        {
            "start": 818645984,
            "stop": 818645996
        },
        {
            "start": 818645999,
            "stop": 818646005
        },
        {
            "start": 818646009,
            "stop": 818646070
        },
        {
            "start": 818646073,
            "stop": 818646106
        },
        {
            "start": 818646109,
            "stop": 818646176
        },
        {
            "start": 818646179,
            "stop": 818646191
        },
        {
            "start": 818646194,
            "stop": 818646249
        },
        {
            "start": 818646252,
            "stop": 818646280
        },
        {
            "start": 818646283,
            "stop": 818646286
        },
        {
            "start": 818646289,
            "stop": 818646294
        },
        {
            "start": 818646300,
            "stop": 818646313
        },
        {
            "start": 818646316,
            "stop": 818646319
        },
        {
            "start": 818646322,
            "stop": 818646331
        },
        {
            "start": 818646335,
            "stop": 818646351
        },
        {
            "start": 818646354,
            "stop": 818646367
        },
        {
            "start": 818646373,
            "stop": 818646379
        },
        {
            "start": 818646442,
            "stop": 818646447
        },
        {
            "start": 818646449,
            "stop": 818646459
        }
    ]
}