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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29302",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29303,
    "results": [
        {
            "start": 971181236,
            "stop": 971181238
        },
        {
            "start": 971181241,
            "stop": 971181244
        },
        {
            "start": 971181249,
            "stop": 971181251
        },
        {
            "start": 971181252,
            "stop": 971181254
        },
        {
            "start": 971181255,
            "stop": 971181257
        },
        {
            "start": 971181264,
            "stop": 971181267
        },
        {
            "start": 971181270,
            "stop": 971181271
        },
        {
            "start": 971181272,
            "stop": 971181273
        },
        {
            "start": 971181274,
            "stop": 971181275
        },
        {
            "start": 971181276,
            "stop": 971181278
        },
        {
            "start": 971181282,
            "stop": 971181284
        },
        {
            "start": 971181286,
            "stop": 971181288
        },
        {
            "start": 971181289,
            "stop": 971181292
        },
        {
            "start": 971181293,
            "stop": 971181298
        },
        {
            "start": 971181299,
            "stop": 971181303
        },
        {
            "start": 971181306,
            "stop": 971181307
        },
        {
            "start": 971181310,
            "stop": 971181312
        },
        {
            "start": 971181315,
            "stop": 971181321
        },
        {
            "start": 971181324,
            "stop": 971181326
        },
        {
            "start": 971181329,
            "stop": 971181333
        }
    ]
}