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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=296",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 297,
    "results": [
        {
            "start": 969034390,
            "stop": 969034391
        },
        {
            "start": 969034399,
            "stop": 969034427
        },
        {
            "start": 969034431,
            "stop": 969034441
        },
        {
            "start": 969034447,
            "stop": 969034448
        },
        {
            "start": 969034451,
            "stop": 969034464
        },
        {
            "start": 969034474,
            "stop": 969034489
        },
        {
            "start": 969034492,
            "stop": 969034521
        },
        {
            "start": 969034525,
            "stop": 969034542
        },
        {
            "start": 969034545,
            "stop": 969034565
        },
        {
            "start": 969034568,
            "stop": 969034701
        },
        {
            "start": 969034711,
            "stop": 969034715
        },
        {
            "start": 969034732,
            "stop": 969034735
        },
        {
            "start": 969034741,
            "stop": 969034747
        },
        {
            "start": 969034750,
            "stop": 969034759
        },
        {
            "start": 969034762,
            "stop": 969034782
        },
        {
            "start": 969034866,
            "stop": 969034870
        },
        {
            "start": 969034873,
            "stop": 969034886
        },
        {
            "start": 969034892,
            "stop": 969034948
        },
        {
            "start": 969034952,
            "stop": 969034957
        },
        {
            "start": 969034965,
            "stop": 969034968
        }
    ]
}