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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=278",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 279,
    "results": [
        {
            "start": 841017080,
            "stop": 841017082
        },
        {
            "start": 841017085,
            "stop": 841017129
        },
        {
            "start": 841017132,
            "stop": 841017303
        },
        {
            "start": 841017305,
            "stop": 841017314
        },
        {
            "start": 841017315,
            "stop": 841017335
        },
        {
            "start": 841017338,
            "stop": 841017342
        },
        {
            "start": 841017343,
            "stop": 841017531
        },
        {
            "start": 841017533,
            "stop": 841017551
        },
        {
            "start": 841017553,
            "stop": 841017619
        },
        {
            "start": 841017622,
            "stop": 841017637
        },
        {
            "start": 841017639,
            "stop": 841017777
        },
        {
            "start": 841017779,
            "stop": 841017830
        },
        {
            "start": 841017832,
            "stop": 841017857
        },
        {
            "start": 841017859,
            "stop": 841017926
        },
        {
            "start": 841017928,
            "stop": 841018127
        },
        {
            "start": 841018445,
            "stop": 841028093
        },
        {
            "start": 841029306,
            "stop": 841032894
        },
        {
            "start": 841032896,
            "stop": 841037908
        },
        {
            "start": 841037910,
            "stop": 841042158
        },
        {
            "start": 841045313,
            "stop": 841049392
        }
    ]
}