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=1660
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=1661",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1659",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1660,
    "results": [
        {
            "start": 957010827,
            "stop": 957010830
        },
        {
            "start": 957010831,
            "stop": 957010835
        },
        {
            "start": 957010837,
            "stop": 957010838
        },
        {
            "start": 957010842,
            "stop": 957010843
        },
        {
            "start": 957010847,
            "stop": 957010848
        },
        {
            "start": 957010851,
            "stop": 957010855
        },
        {
            "start": 957010857,
            "stop": 957013221
        },
        {
            "start": 957013225,
            "stop": 957013228
        },
        {
            "start": 957013233,
            "stop": 957013422
        },
        {
            "start": 957045170,
            "stop": 957073332
        },
        {
            "start": 957074038,
            "stop": 957084758
        },
        {
            "start": 957084760,
            "stop": 957094597
        },
        {
            "start": 957094599,
            "stop": 957101004
        },
        {
            "start": 957101007,
            "stop": 957101013
        },
        {
            "start": 957101016,
            "stop": 957101034
        },
        {
            "start": 957105741,
            "stop": 957105936
        },
        {
            "start": 957105940,
            "stop": 957106846
        },
        {
            "start": 957106847,
            "stop": 957107613
        },
        {
            "start": 957107618,
            "stop": 957107915
        },
        {
            "start": 957107918,
            "stop": 957108224
        }
    ]
}