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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=343",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 344,
    "results": [
        {
            "start": 1182148026,
            "stop": 1182148278
        },
        {
            "start": 1182148279,
            "stop": 1182148361
        },
        {
            "start": 1182148362,
            "stop": 1182148387
        },
        {
            "start": 1182148388,
            "stop": 1182148456
        },
        {
            "start": 1182148457,
            "stop": 1182148475
        },
        {
            "start": 1182148476,
            "stop": 1182148558
        },
        {
            "start": 1182148561,
            "stop": 1182148572
        },
        {
            "start": 1182148575,
            "stop": 1182148577
        },
        {
            "start": 1182148578,
            "stop": 1182148583
        },
        {
            "start": 1182148586,
            "stop": 1182148664
        },
        {
            "start": 1182148665,
            "stop": 1182148691
        },
        {
            "start": 1182148692,
            "stop": 1182148986
        },
        {
            "start": 1182148988,
            "stop": 1182149401
        },
        {
            "start": 1182149402,
            "stop": 1182149551
        },
        {
            "start": 1182149552,
            "stop": 1182149785
        },
        {
            "start": 1182149786,
            "stop": 1182149819
        },
        {
            "start": 1182149820,
            "stop": 1182149933
        },
        {
            "start": 1182149934,
            "stop": 1182150203
        },
        {
            "start": 1182150206,
            "stop": 1182150314
        },
        {
            "start": 1182150317,
            "stop": 1182150347
        }
    ]
}