Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=30",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 31,
    "results": [
        {
            "start": 961348645,
            "stop": 961348758
        },
        {
            "start": 961376854,
            "stop": 961376966
        },
        {
            "start": 961447086,
            "stop": 961447198
        },
        {
            "start": 961463446,
            "stop": 961463606
        },
        {
            "start": 961471077,
            "stop": 961471190
        },
        {
            "start": 961486397,
            "stop": 961486510
        },
        {
            "start": 961494102,
            "stop": 961494214
        },
        {
            "start": 961541069,
            "stop": 961541230
        },
        {
            "start": 961587422,
            "stop": 961587534
        },
        {
            "start": 961619278,
            "stop": 961619438
        },
        {
            "start": 961652222,
            "stop": 961652334
        },
        {
            "start": 961680813,
            "stop": 961680926
        },
        {
            "start": 961708061,
            "stop": 961708174
        },
        {
            "start": 961790261,
            "stop": 961790374
        },
        {
            "start": 961852814,
            "stop": 961852926
        },
        {
            "start": 961932918,
            "stop": 961933079
        },
        {
            "start": 961959086,
            "stop": 961959199
        },
        {
            "start": 962254078,
            "stop": 962254191
        },
        {
            "start": 962260406,
            "stop": 962260559
        },
        {
            "start": 962274238,
            "stop": 962274351
        }
    ]
}