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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=329",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 330,
    "results": [
        {
            "start": 821749925,
            "stop": 821749940
        },
        {
            "start": 821749943,
            "stop": 821749944
        },
        {
            "start": 821749950,
            "stop": 821749965
        },
        {
            "start": 821749968,
            "stop": 821749978
        },
        {
            "start": 821749985,
            "stop": 821749989
        },
        {
            "start": 821749992,
            "stop": 821749994
        },
        {
            "start": 821749997,
            "stop": 821750003
        },
        {
            "start": 821750009,
            "stop": 821750011
        },
        {
            "start": 821750015,
            "stop": 821750017
        },
        {
            "start": 821750026,
            "stop": 821750034
        },
        {
            "start": 821750037,
            "stop": 821750047
        },
        {
            "start": 821750050,
            "stop": 821750058
        },
        {
            "start": 821750061,
            "stop": 821750062
        },
        {
            "start": 821750065,
            "stop": 821750068
        },
        {
            "start": 821750072,
            "stop": 821750073
        },
        {
            "start": 821750079,
            "stop": 821750082
        },
        {
            "start": 821750085,
            "stop": 821750086
        },
        {
            "start": 821750095,
            "stop": 821750098
        },
        {
            "start": 821750102,
            "stop": 821750105
        },
        {
            "start": 821750108,
            "stop": 821750114
        }
    ]
}