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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=70",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 71,
    "results": [
        {
            "start": 824598819,
            "stop": 824604235
        },
        {
            "start": 824607208,
            "stop": 824609141
        },
        {
            "start": 824611031,
            "stop": 824618447
        },
        {
            "start": 824621233,
            "stop": 824631418
        },
        {
            "start": 824664694,
            "stop": 824671432
        },
        {
            "start": 824673478,
            "stop": 824674513
        },
        {
            "start": 824675684,
            "stop": 824676237
        },
        {
            "start": 824680902,
            "stop": 824682973
        },
        {
            "start": 824684704,
            "stop": 824686304
        },
        {
            "start": 824686336,
            "stop": 824686556
        },
        {
            "start": 824690769,
            "stop": 824694228
        },
        {
            "start": 824695911,
            "stop": 824696384
        },
        {
            "start": 824696416,
            "stop": 824697600
        },
        {
            "start": 824697632,
            "stop": 824712896
        },
        {
            "start": 824712928,
            "stop": 824720639
        },
        {
            "start": 824778001,
            "stop": 824778032
        },
        {
            "start": 824779123,
            "stop": 824792067
        },
        {
            "start": 824792923,
            "stop": 824807147
        },
        {
            "start": 824820405,
            "stop": 824825526
        },
        {
            "start": 824827933,
            "stop": 824833078
        }
    ]
}