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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=330",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 331,
    "results": [
        {
            "start": 821749902,
            "stop": 821749920
        },
        {
            "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": 821750041,
            "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
        }
    ]
}