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=1696
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=1697",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1695",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1696,
    "results": [
        {
            "start": 957589554,
            "stop": 957590312
        },
        {
            "start": 957590314,
            "stop": 957590656
        },
        {
            "start": 957590658,
            "stop": 957590821
        },
        {
            "start": 957590823,
            "stop": 957590854
        },
        {
            "start": 957590856,
            "stop": 957590991
        },
        {
            "start": 957590993,
            "stop": 957591377
        },
        {
            "start": 957591379,
            "stop": 957591566
        },
        {
            "start": 957591568,
            "stop": 957591608
        },
        {
            "start": 957591610,
            "stop": 957591800
        },
        {
            "start": 957591802,
            "stop": 957592279
        },
        {
            "start": 957592280,
            "stop": 957592402
        },
        {
            "start": 957592404,
            "stop": 957592587
        },
        {
            "start": 957592589,
            "stop": 957592642
        },
        {
            "start": 957593071,
            "stop": 957593112
        },
        {
            "start": 957593114,
            "stop": 957593600
        },
        {
            "start": 957593602,
            "stop": 957593646
        },
        {
            "start": 957593648,
            "stop": 957593668
        },
        {
            "start": 957593670,
            "stop": 957593841
        },
        {
            "start": 957593843,
            "stop": 957593856
        },
        {
            "start": 957593858,
            "stop": 957593908
        }
    ]
}