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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=247",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 248,
    "results": [
        {
            "start": 1177843921,
            "stop": 1177844047
        },
        {
            "start": 1177844048,
            "stop": 1177844064
        },
        {
            "start": 1177844065,
            "stop": 1177844382
        },
        {
            "start": 1177844383,
            "stop": 1177844458
        },
        {
            "start": 1177844459,
            "stop": 1177844481
        },
        {
            "start": 1177844482,
            "stop": 1177844577
        },
        {
            "start": 1177844578,
            "stop": 1177844631
        },
        {
            "start": 1177844632,
            "stop": 1177845350
        },
        {
            "start": 1177845351,
            "stop": 1177845384
        },
        {
            "start": 1177845385,
            "stop": 1177845396
        },
        {
            "start": 1177845399,
            "stop": 1177845411
        },
        {
            "start": 1177845412,
            "stop": 1177845580
        },
        {
            "start": 1177845581,
            "stop": 1177845720
        },
        {
            "start": 1177845722,
            "stop": 1177847367
        },
        {
            "start": 1177847368,
            "stop": 1177853764
        },
        {
            "start": 1177853765,
            "stop": 1177854316
        },
        {
            "start": 1177854318,
            "stop": 1177858490
        },
        {
            "start": 1177858492,
            "stop": 1177859060
        },
        {
            "start": 1177859061,
            "stop": 1177859216
        },
        {
            "start": 1177859218,
            "stop": 1177859514
        }
    ]
}