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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=84",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 85,
    "results": [
        {
            "start": 952956847,
            "stop": 952957067
        },
        {
            "start": 952957116,
            "stop": 952974234
        },
        {
            "start": 952986785,
            "stop": 953032473
        },
        {
            "start": 953036319,
            "stop": 953041898
        },
        {
            "start": 953043113,
            "stop": 953043141
        },
        {
            "start": 953044165,
            "stop": 953044623
        },
        {
            "start": 953050956,
            "stop": 953053404
        },
        {
            "start": 953072633,
            "stop": 953087975
        },
        {
            "start": 953088397,
            "stop": 953102649
        },
        {
            "start": 953104822,
            "stop": 953123322
        },
        {
            "start": 953126700,
            "stop": 953136274
        },
        {
            "start": 953139064,
            "stop": 953141902
        },
        {
            "start": 953147533,
            "stop": 953157461
        },
        {
            "start": 953161282,
            "stop": 953184192
        },
        {
            "start": 953189566,
            "stop": 953193364
        },
        {
            "start": 953236734,
            "stop": 953239425
        },
        {
            "start": 953240934,
            "stop": 953248763
        },
        {
            "start": 953249012,
            "stop": 953290191
        },
        {
            "start": 953296469,
            "stop": 953314375
        },
        {
            "start": 953316729,
            "stop": 953323259
        }
    ]
}