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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=970",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=968",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 969,
    "results": [
        {
            "start": 1134791347,
            "stop": 1134791350
        },
        {
            "start": 1134791353,
            "stop": 1134791354
        },
        {
            "start": 1134791357,
            "stop": 1134791360
        },
        {
            "start": 1134791363,
            "stop": 1134791367
        },
        {
            "start": 1134791370,
            "stop": 1134791374
        },
        {
            "start": 1134791379,
            "stop": 1134791415
        },
        {
            "start": 1134791421,
            "stop": 1134791432
        },
        {
            "start": 1134791439,
            "stop": 1134791464
        },
        {
            "start": 1134791469,
            "stop": 1134791471
        },
        {
            "start": 1134791476,
            "stop": 1134791514
        },
        {
            "start": 1134791520,
            "stop": 1134791521
        },
        {
            "start": 1134791524,
            "stop": 1134791543
        },
        {
            "start": 1134791548,
            "stop": 1134791564
        },
        {
            "start": 1134791569,
            "stop": 1134791573
        },
        {
            "start": 1134791580,
            "stop": 1134791586
        },
        {
            "start": 1134791596,
            "stop": 1134791608
        },
        {
            "start": 1134791616,
            "stop": 1134791639
        },
        {
            "start": 1134791646,
            "stop": 1134791666
        },
        {
            "start": 1134791672,
            "stop": 1134791692
        },
        {
            "start": 1134791697,
            "stop": 1134791718
        }
    ]
}