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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=200",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 201,
    "results": [
        {
            "start": 1182370675,
            "stop": 1182370726
        },
        {
            "start": 1182370728,
            "stop": 1182370768
        },
        {
            "start": 1182370769,
            "stop": 1182370848
        },
        {
            "start": 1182370849,
            "stop": 1182370937
        },
        {
            "start": 1182370939,
            "stop": 1182371202
        },
        {
            "start": 1182371206,
            "stop": 1182371214
        },
        {
            "start": 1182371215,
            "stop": 1182371219
        },
        {
            "start": 1182371220,
            "stop": 1182371221
        },
        {
            "start": 1182371223,
            "stop": 1182371265
        },
        {
            "start": 1182371267,
            "stop": 1182371277
        },
        {
            "start": 1182371279,
            "stop": 1182371286
        },
        {
            "start": 1182371288,
            "stop": 1182371374
        },
        {
            "start": 1182371375,
            "stop": 1182371402
        },
        {
            "start": 1182371404,
            "stop": 1182371411
        },
        {
            "start": 1182371413,
            "stop": 1182371414
        },
        {
            "start": 1182371416,
            "stop": 1182371422
        },
        {
            "start": 1182371423,
            "stop": 1182371481
        },
        {
            "start": 1182371482,
            "stop": 1182371547
        },
        {
            "start": 1182371548,
            "stop": 1182371553
        },
        {
            "start": 1182371559,
            "stop": 1182371564
        }
    ]
}