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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6255",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6256,
    "results": [
        {
            "start": 874958148,
            "stop": 874958150
        },
        {
            "start": 874958154,
            "stop": 874958155
        },
        {
            "start": 874958156,
            "stop": 874958157
        },
        {
            "start": 874958160,
            "stop": 874958161
        },
        {
            "start": 874958163,
            "stop": 874958165
        },
        {
            "start": 874958166,
            "stop": 874958169
        },
        {
            "start": 874958170,
            "stop": 874958180
        },
        {
            "start": 874958181,
            "stop": 874958191
        },
        {
            "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
        }
    ]
}