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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=352",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 353,
    "results": [
        {
            "start": 871328047,
            "stop": 871328052
        },
        {
            "start": 871328061,
            "stop": 871328067
        },
        {
            "start": 871328070,
            "stop": 871328076
        },
        {
            "start": 871328080,
            "stop": 871328104
        },
        {
            "start": 871328108,
            "stop": 871328110
        },
        {
            "start": 871328118,
            "stop": 871328130
        },
        {
            "start": 871328133,
            "stop": 871328153
        },
        {
            "start": 871328171,
            "stop": 871328216
        },
        {
            "start": 871328219,
            "stop": 871328225
        },
        {
            "start": 871328239,
            "stop": 871328274
        },
        {
            "start": 871328292,
            "stop": 871328303
        },
        {
            "start": 871328331,
            "stop": 871328487
        },
        {
            "start": 871328491,
            "stop": 871328502
        },
        {
            "start": 871328520,
            "stop": 871328551
        },
        {
            "start": 871328560,
            "stop": 871328642
        },
        {
            "start": 871328646,
            "stop": 871328652
        },
        {
            "start": 871328655,
            "stop": 871328662
        },
        {
            "start": 871328675,
            "stop": 871328992
        },
        {
            "start": 871328996,
            "stop": 871329070
        },
        {
            "start": 871329079,
            "stop": 871329084
        }
    ]
}