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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=32",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 33,
    "results": [
        {
            "start": 819791828,
            "stop": 819825373
        },
        {
            "start": 819828551,
            "stop": 819881036
        },
        {
            "start": 819881628,
            "stop": 819887386
        },
        {
            "start": 819888145,
            "stop": 819927343
        },
        {
            "start": 819929331,
            "stop": 819968658
        },
        {
            "start": 819969025,
            "stop": 819974473
        },
        {
            "start": 819975882,
            "stop": 820002913
        },
        {
            "start": 820026974,
            "stop": 820062973
        },
        {
            "start": 820063430,
            "stop": 820087077
        },
        {
            "start": 820088142,
            "stop": 820108753
        },
        {
            "start": 820111320,
            "stop": 820115160
        },
        {
            "start": 820115777,
            "stop": 820142065
        },
        {
            "start": 820142094,
            "stop": 820142105
        },
        {
            "start": 820142123,
            "stop": 820142144
        },
        {
            "start": 820142148,
            "stop": 820147321
        },
        {
            "start": 820147325,
            "stop": 820175701
        },
        {
            "start": 820177085,
            "stop": 820196353
        },
        {
            "start": 820197260,
            "stop": 820199644
        },
        {
            "start": 820200202,
            "stop": 820210633
        },
        {
            "start": 820211746,
            "stop": 820218644
        }
    ]
}