Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4032
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=4033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4031",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4032,
    "results": [
        {
            "start": 874958239,
            "stop": 874958241
        },
        {
            "start": 874958242,
            "stop": 874958251
        },
        {
            "start": 874958252,
            "stop": 874958264
        },
        {
            "start": 874958265,
            "stop": 874958277
        },
        {
            "start": 874958278,
            "stop": 874958288
        },
        {
            "start": 874958289,
            "stop": 874958303
        },
        {
            "start": 874958304,
            "stop": 874958310
        },
        {
            "start": 874958314,
            "stop": 874958340
        },
        {
            "start": 874958341,
            "stop": 874958367
        },
        {
            "start": 874958369,
            "stop": 874958413
        },
        {
            "start": 874958414,
            "stop": 874958820
        },
        {
            "start": 874958880,
            "stop": 874961400
        },
        {
            "start": 874961460,
            "stop": 874961505
        },
        {
            "start": 874969942,
            "stop": 874973964
        },
        {
            "start": 874973967,
            "stop": 874974186
        },
        {
            "start": 874974189,
            "stop": 874977724
        },
        {
            "start": 874977727,
            "stop": 874978232
        },
        {
            "start": 874991001,
            "stop": 874991218
        },
        {
            "start": 874991222,
            "stop": 874992541
        },
        {
            "start": 874992544,
            "stop": 874992584
        }
    ]
}