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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=4",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 5,
    "results": [
        {
            "start": 940140092,
            "stop": 940140243
        },
        {
            "start": 940151299,
            "stop": 940151410
        },
        {
            "start": 940157939,
            "stop": 940158051
        },
        {
            "start": 940239795,
            "stop": 940239907
        },
        {
            "start": 941103900,
            "stop": 941104010
        },
        {
            "start": 941113458,
            "stop": 941113569
        },
        {
            "start": 941175508,
            "stop": 941175618
        },
        {
            "start": 941241237,
            "stop": 941241349
        },
        {
            "start": 941329534,
            "stop": 941329644
        },
        {
            "start": 941344077,
            "stop": 941344188
        },
        {
            "start": 941359740,
            "stop": 941359851
        },
        {
            "start": 941380015,
            "stop": 941380173
        },
        {
            "start": 941426323,
            "stop": 941426482
        },
        {
            "start": 941449548,
            "stop": 941449658
        },
        {
            "start": 941507790,
            "stop": 941507898
        },
        {
            "start": 941541115,
            "stop": 941541227
        },
        {
            "start": 941686947,
            "stop": 941687058
        },
        {
            "start": 942274966,
            "stop": 942275077
        },
        {
            "start": 942315838,
            "stop": 942315949
        },
        {
            "start": 942325231,
            "stop": 942325341
        }
    ]
}