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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=26",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 27,
    "results": [
        {
            "start": 1133111593,
            "stop": 1133135337
        },
        {
            "start": 1133135339,
            "stop": 1133163853
        },
        {
            "start": 1133163855,
            "stop": 1133165456
        },
        {
            "start": 1133165992,
            "stop": 1133175436
        },
        {
            "start": 1133176112,
            "stop": 1133179674
        },
        {
            "start": 1133179676,
            "stop": 1133189215
        },
        {
            "start": 1133192116,
            "stop": 1133194807
        },
        {
            "start": 1133205088,
            "stop": 1133211517
        },
        {
            "start": 1133216475,
            "stop": 1133266289
        },
        {
            "start": 1133266291,
            "stop": 1133266355
        },
        {
            "start": 1133286643,
            "stop": 1133300476
        },
        {
            "start": 1133300478,
            "stop": 1133301501
        },
        {
            "start": 1133301503,
            "stop": 1133304337
        },
        {
            "start": 1133326173,
            "stop": 1133336811
        },
        {
            "start": 1133336813,
            "stop": 1133341855
        },
        {
            "start": 1133342326,
            "stop": 1133342807
        },
        {
            "start": 1133343623,
            "stop": 1133349540
        },
        {
            "start": 1133370045,
            "stop": 1133370782
        },
        {
            "start": 1133371055,
            "stop": 1133381809
        },
        {
            "start": 1133384471,
            "stop": 1133387030
        }
    ]
}