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/S5/timelines/L1_BURST_CAT2/segments?format=api&page=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=158",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 159,
    "results": [
        {
            "start": 818079111,
            "stop": 818079117
        },
        {
            "start": 818079156,
            "stop": 818079157
        },
        {
            "start": 818079182,
            "stop": 818079183
        },
        {
            "start": 818079190,
            "stop": 818079191
        },
        {
            "start": 818079204,
            "stop": 818079207
        },
        {
            "start": 818079213,
            "stop": 818079216
        },
        {
            "start": 818079220,
            "stop": 818079221
        },
        {
            "start": 818079225,
            "stop": 818079230
        },
        {
            "start": 818079242,
            "stop": 818079249
        },
        {
            "start": 818079253,
            "stop": 818079262
        },
        {
            "start": 818079290,
            "stop": 818079291
        },
        {
            "start": 818079305,
            "stop": 818079306
        },
        {
            "start": 818079314,
            "stop": 818079316
        },
        {
            "start": 818079324,
            "stop": 818079325
        },
        {
            "start": 818079332,
            "stop": 818079334
        },
        {
            "start": 818079342,
            "stop": 818079343
        },
        {
            "start": 818079349,
            "stop": 818079354
        },
        {
            "start": 818079360,
            "stop": 818079361
        },
        {
            "start": 818079373,
            "stop": 818079374
        },
        {
            "start": 818079378,
            "stop": 818079381
        }
    ]
}