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=982
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=983",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=981",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 982,
    "results": [
        {
            "start": 1134908230,
            "stop": 1134908292
        },
        {
            "start": 1134908364,
            "stop": 1134908365
        },
        {
            "start": 1134908383,
            "stop": 1134908391
        },
        {
            "start": 1134908409,
            "stop": 1134908411
        },
        {
            "start": 1134908448,
            "stop": 1134908451
        },
        {
            "start": 1134908461,
            "stop": 1134908462
        },
        {
            "start": 1134908465,
            "stop": 1134908468
        },
        {
            "start": 1134908486,
            "stop": 1134908487
        },
        {
            "start": 1134908492,
            "stop": 1134908494
        },
        {
            "start": 1134908512,
            "stop": 1134908525
        },
        {
            "start": 1134908550,
            "stop": 1134908552
        },
        {
            "start": 1134908555,
            "stop": 1134908557
        },
        {
            "start": 1134908581,
            "stop": 1134908583
        },
        {
            "start": 1134908588,
            "stop": 1134908594
        },
        {
            "start": 1134908658,
            "stop": 1134908671
        },
        {
            "start": 1134908681,
            "stop": 1134908686
        },
        {
            "start": 1134908689,
            "stop": 1134908696
        },
        {
            "start": 1134908701,
            "stop": 1134908704
        },
        {
            "start": 1134908716,
            "stop": 1134908724
        },
        {
            "start": 1134908729,
            "stop": 1134908732
        }
    ]
}