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=980
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=981",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=979",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 980,
    "results": [
        {
            "start": 1134875597,
            "stop": 1134875636
        },
        {
            "start": 1134875639,
            "stop": 1134875660
        },
        {
            "start": 1134875663,
            "stop": 1134875670
        },
        {
            "start": 1134875673,
            "stop": 1134875711
        },
        {
            "start": 1134875714,
            "stop": 1134875734
        },
        {
            "start": 1134875737,
            "stop": 1134875753
        },
        {
            "start": 1134875756,
            "stop": 1134875991
        },
        {
            "start": 1134875994,
            "stop": 1134876591
        },
        {
            "start": 1134876594,
            "stop": 1134876601
        },
        {
            "start": 1134876604,
            "stop": 1134876633
        },
        {
            "start": 1134876636,
            "stop": 1134876687
        },
        {
            "start": 1134876690,
            "stop": 1134876767
        },
        {
            "start": 1134876770,
            "stop": 1134876902
        },
        {
            "start": 1134876906,
            "stop": 1134876965
        },
        {
            "start": 1134876968,
            "stop": 1134877084
        },
        {
            "start": 1134877087,
            "stop": 1134877090
        },
        {
            "start": 1134877094,
            "stop": 1134878379
        },
        {
            "start": 1134884408,
            "stop": 1134884437
        },
        {
            "start": 1134884438,
            "stop": 1134885260
        },
        {
            "start": 1134885262,
            "stop": 1134886363
        }
    ]
}