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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=124",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 125,
    "results": [
        {
            "start": 1176446448,
            "stop": 1176446463
        },
        {
            "start": 1176446464,
            "stop": 1176446465
        },
        {
            "start": 1176446466,
            "stop": 1176449302
        },
        {
            "start": 1176449605,
            "stop": 1176449781
        },
        {
            "start": 1176449783,
            "stop": 1176457499
        },
        {
            "start": 1176457503,
            "stop": 1176457505
        },
        {
            "start": 1176457506,
            "stop": 1176458476
        },
        {
            "start": 1176458477,
            "stop": 1176458520
        },
        {
            "start": 1176458522,
            "stop": 1176469660
        },
        {
            "start": 1176469675,
            "stop": 1176473392
        },
        {
            "start": 1176473393,
            "stop": 1176476093
        },
        {
            "start": 1176476095,
            "stop": 1176476742
        },
        {
            "start": 1176476745,
            "stop": 1176476748
        },
        {
            "start": 1176476750,
            "stop": 1176476800
        },
        {
            "start": 1176476802,
            "stop": 1176476876
        },
        {
            "start": 1176476878,
            "stop": 1176476884
        },
        {
            "start": 1176476890,
            "stop": 1176476892
        },
        {
            "start": 1176476894,
            "stop": 1176476897
        },
        {
            "start": 1176476898,
            "stop": 1176477410
        },
        {
            "start": 1176477416,
            "stop": 1176477710
        }
    ]
}