Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=319
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=318",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 319,
    "results": [
        {
            "start": 1181723271,
            "stop": 1181723454
        },
        {
            "start": 1181723455,
            "stop": 1181723866
        },
        {
            "start": 1181723867,
            "stop": 1181724040
        },
        {
            "start": 1181724043,
            "stop": 1181724044
        },
        {
            "start": 1181724046,
            "stop": 1181724438
        },
        {
            "start": 1181724439,
            "stop": 1181724609
        },
        {
            "start": 1181724611,
            "stop": 1181724620
        },
        {
            "start": 1181724621,
            "stop": 1181724980
        },
        {
            "start": 1181724981,
            "stop": 1181725329
        },
        {
            "start": 1181725332,
            "stop": 1181725333
        },
        {
            "start": 1181725334,
            "stop": 1181725640
        },
        {
            "start": 1181725641,
            "stop": 1181726848
        },
        {
            "start": 1181726849,
            "stop": 1181728863
        },
        {
            "start": 1181728864,
            "stop": 1181730957
        },
        {
            "start": 1181730958,
            "stop": 1181733010
        },
        {
            "start": 1181733011,
            "stop": 1181733012
        },
        {
            "start": 1181733013,
            "stop": 1181735264
        },
        {
            "start": 1181735265,
            "stop": 1181737346
        },
        {
            "start": 1181737348,
            "stop": 1181737558
        },
        {
            "start": 1181738021,
            "stop": 1181739327
        }
    ]
}