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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14099",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14100,
    "results": [
        {
            "start": 971159186,
            "stop": 971159190
        },
        {
            "start": 971159193,
            "stop": 971159194
        },
        {
            "start": 971159196,
            "stop": 971159199
        },
        {
            "start": 971159200,
            "stop": 971159201
        },
        {
            "start": 971159202,
            "stop": 971159203
        },
        {
            "start": 971159204,
            "stop": 971159205
        },
        {
            "start": 971159207,
            "stop": 971159209
        },
        {
            "start": 971159211,
            "stop": 971159212
        },
        {
            "start": 971159214,
            "stop": 971159218
        },
        {
            "start": 971159219,
            "stop": 971159224
        },
        {
            "start": 971159226,
            "stop": 971159232
        },
        {
            "start": 971159234,
            "stop": 971159237
        },
        {
            "start": 971159242,
            "stop": 971159243
        },
        {
            "start": 971159244,
            "stop": 971159247
        },
        {
            "start": 971159250,
            "stop": 971159252
        },
        {
            "start": 971159254,
            "stop": 971159255
        },
        {
            "start": 971159256,
            "stop": 971159257
        },
        {
            "start": 971159259,
            "stop": 971159261
        },
        {
            "start": 971159263,
            "stop": 971159265
        },
        {
            "start": 971159266,
            "stop": 971159267
        }
    ]
}