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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1696",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1694",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1695,
    "results": [
        {
            "start": 957578568,
            "stop": 957578636
        },
        {
            "start": 957578638,
            "stop": 957578654
        },
        {
            "start": 957578656,
            "stop": 957578713
        },
        {
            "start": 957582609,
            "stop": 957583221
        },
        {
            "start": 957583223,
            "stop": 957583927
        },
        {
            "start": 957583930,
            "stop": 957584205
        },
        {
            "start": 957584210,
            "stop": 957584954
        },
        {
            "start": 957584955,
            "stop": 957585042
        },
        {
            "start": 957585044,
            "stop": 957585853
        },
        {
            "start": 957585855,
            "stop": 957586416
        },
        {
            "start": 957586417,
            "stop": 957587341
        },
        {
            "start": 957587343,
            "stop": 957587552
        },
        {
            "start": 957587554,
            "stop": 957587885
        },
        {
            "start": 957587887,
            "stop": 957588360
        },
        {
            "start": 957588362,
            "stop": 957588500
        },
        {
            "start": 957588501,
            "stop": 957588584
        },
        {
            "start": 957588586,
            "stop": 957589204
        },
        {
            "start": 957589206,
            "stop": 957589347
        },
        {
            "start": 957589349,
            "stop": 957589353
        },
        {
            "start": 957589355,
            "stop": 957589552
        }
    ]
}