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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=190",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 191,
    "results": [
        {
            "start": 1181326478,
            "stop": 1181326516
        },
        {
            "start": 1181326517,
            "stop": 1181326520
        },
        {
            "start": 1181326522,
            "stop": 1181326645
        },
        {
            "start": 1181326646,
            "stop": 1181326647
        },
        {
            "start": 1181326648,
            "stop": 1181326852
        },
        {
            "start": 1181326853,
            "stop": 1181326871
        },
        {
            "start": 1181326873,
            "stop": 1181326896
        },
        {
            "start": 1181326897,
            "stop": 1181326945
        },
        {
            "start": 1181326946,
            "stop": 1181327068
        },
        {
            "start": 1181327069,
            "stop": 1181327077
        },
        {
            "start": 1181327078,
            "stop": 1181327197
        },
        {
            "start": 1181327199,
            "stop": 1181327207
        },
        {
            "start": 1181327209,
            "stop": 1181327334
        },
        {
            "start": 1181327336,
            "stop": 1181327407
        },
        {
            "start": 1181327409,
            "stop": 1181327415
        },
        {
            "start": 1181327416,
            "stop": 1181327444
        },
        {
            "start": 1181327445,
            "stop": 1181327468
        },
        {
            "start": 1181327469,
            "stop": 1181327521
        },
        {
            "start": 1181327522,
            "stop": 1181327572
        },
        {
            "start": 1181327573,
            "stop": 1181327576
        }
    ]
}