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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4016",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4017,
    "results": [
        {
            "start": 874958192,
            "stop": 874958194
        },
        {
            "start": 874958195,
            "stop": 874958197
        },
        {
            "start": 874958200,
            "stop": 874958213
        },
        {
            "start": 874958214,
            "stop": 874958227
        },
        {
            "start": 874958228,
            "stop": 874958238
        },
        {
            "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": 874961482
        },
        {
            "start": 874969942,
            "stop": 874973964
        },
        {
            "start": 874973967,
            "stop": 874974186
        }
    ]
}