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=1785
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=1786",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1784",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1785,
    "results": [
        {
            "start": 959439977,
            "stop": 959439978
        },
        {
            "start": 959439982,
            "stop": 959439994
        },
        {
            "start": 959439996,
            "stop": 959439997
        },
        {
            "start": 959439999,
            "stop": 959440002
        },
        {
            "start": 959448601,
            "stop": 959452602
        },
        {
            "start": 959452604,
            "stop": 959453147
        },
        {
            "start": 959453149,
            "stop": 959454393
        },
        {
            "start": 959454398,
            "stop": 959462352
        },
        {
            "start": 959462355,
            "stop": 959463341
        },
        {
            "start": 959463345,
            "stop": 959463935
        },
        {
            "start": 959483736,
            "stop": 959484463
        },
        {
            "start": 959487824,
            "stop": 959488709
        },
        {
            "start": 959491227,
            "stop": 959492068
        },
        {
            "start": 959492070,
            "stop": 959492102
        },
        {
            "start": 959501967,
            "stop": 959503115
        },
        {
            "start": 959503117,
            "stop": 959505173
        },
        {
            "start": 959505175,
            "stop": 959506763
        },
        {
            "start": 959507703,
            "stop": 959513747
        },
        {
            "start": 959515989,
            "stop": 959516199
        },
        {
            "start": 959516201,
            "stop": 959516615
        }
    ]
}