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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=224",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 225,
    "results": [
        {
            "start": 1264393812,
            "stop": 1264393813
        },
        {
            "start": 1264393817,
            "stop": 1264394023
        },
        {
            "start": 1264394025,
            "stop": 1264394031
        },
        {
            "start": 1264394033,
            "stop": 1264394035
        },
        {
            "start": 1264394036,
            "stop": 1264394039
        },
        {
            "start": 1264394041,
            "stop": 1264394045
        },
        {
            "start": 1264394048,
            "stop": 1264394055
        },
        {
            "start": 1264394057,
            "stop": 1264394059
        },
        {
            "start": 1264394060,
            "stop": 1264394063
        },
        {
            "start": 1264394065,
            "stop": 1264394067
        },
        {
            "start": 1264394068,
            "stop": 1264394071
        },
        {
            "start": 1264394073,
            "stop": 1264394075
        },
        {
            "start": 1264394076,
            "stop": 1264394079
        },
        {
            "start": 1264394087,
            "stop": 1264394088
        },
        {
            "start": 1264394089,
            "stop": 1264394113
        },
        {
            "start": 1264394115,
            "stop": 1264394136
        },
        {
            "start": 1264394137,
            "stop": 1264394142
        },
        {
            "start": 1264394143,
            "stop": 1264394153
        },
        {
            "start": 1264394156,
            "stop": 1264394161
        },
        {
            "start": 1264394163,
            "stop": 1264394206
        }
    ]
}