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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=16",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 17,
    "results": [
        {
            "start": 1132916209,
            "stop": 1132920656
        },
        {
            "start": 1132921196,
            "stop": 1132997376
        },
        {
            "start": 1132997396,
            "stop": 1132998561
        },
        {
            "start": 1132999362,
            "stop": 1133001559
        },
        {
            "start": 1133001834,
            "stop": 1133008156
        },
        {
            "start": 1133009482,
            "stop": 1133014147
        },
        {
            "start": 1133051701,
            "stop": 1133093673
        },
        {
            "start": 1133104594,
            "stop": 1133111053
        },
        {
            "start": 1133111593,
            "stop": 1133165456
        },
        {
            "start": 1133165992,
            "stop": 1133175436
        },
        {
            "start": 1133176112,
            "stop": 1133189215
        },
        {
            "start": 1133192116,
            "stop": 1133194808
        },
        {
            "start": 1133205088,
            "stop": 1133211518
        },
        {
            "start": 1133216475,
            "stop": 1133266355
        },
        {
            "start": 1133286643,
            "stop": 1133304337
        },
        {
            "start": 1133326173,
            "stop": 1133341855
        },
        {
            "start": 1133342326,
            "stop": 1133342807
        },
        {
            "start": 1133343623,
            "stop": 1133349541
        },
        {
            "start": 1133370045,
            "stop": 1133370782
        },
        {
            "start": 1133371055,
            "stop": 1133381809
        }
    ]
}