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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=195",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 196,
    "results": [
        {
            "start": 820613525,
            "stop": 820614853
        },
        {
            "start": 820615215,
            "stop": 820615822
        },
        {
            "start": 820615825,
            "stop": 820616065
        },
        {
            "start": 820616068,
            "stop": 820617032
        },
        {
            "start": 820617035,
            "stop": 820617997
        },
        {
            "start": 820618000,
            "stop": 820618498
        },
        {
            "start": 820618501,
            "stop": 820618761
        },
        {
            "start": 820618764,
            "stop": 820621509
        },
        {
            "start": 820621512,
            "stop": 820624591
        },
        {
            "start": 820624594,
            "stop": 820624691
        },
        {
            "start": 820624694,
            "stop": 820625820
        },
        {
            "start": 820626000,
            "stop": 820626019
        },
        {
            "start": 820628379,
            "stop": 820629780
        },
        {
            "start": 820629840,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635131
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820693257
        },
        {
            "start": 820693263,
            "stop": 820695562
        }
    ]
}