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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=235",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 236,
    "results": [
        {
            "start": 931162946,
            "stop": 931162947
        },
        {
            "start": 931162948,
            "stop": 931162952
        },
        {
            "start": 931162954,
            "stop": 931162955
        },
        {
            "start": 931162956,
            "stop": 931162957
        },
        {
            "start": 931162959,
            "stop": 931162960
        },
        {
            "start": 931162966,
            "stop": 931162967
        },
        {
            "start": 931162968,
            "stop": 931162969
        },
        {
            "start": 931162971,
            "stop": 931162977
        },
        {
            "start": 931162978,
            "stop": 931162983
        },
        {
            "start": 931162984,
            "stop": 931162985
        },
        {
            "start": 931162987,
            "stop": 931162989
        },
        {
            "start": 931162990,
            "stop": 931162999
        },
        {
            "start": 931163003,
            "stop": 931163004
        },
        {
            "start": 931163005,
            "stop": 931163007
        },
        {
            "start": 931163008,
            "stop": 931163013
        },
        {
            "start": 931163017,
            "stop": 931163024
        },
        {
            "start": 931163025,
            "stop": 931163028
        },
        {
            "start": 931163031,
            "stop": 931163036
        },
        {
            "start": 931163038,
            "stop": 931163044
        },
        {
            "start": 931163046,
            "stop": 931163048
        }
    ]
}