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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=28",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 29,
    "results": [
        {
            "start": 1412464699,
            "stop": 1412464945
        },
        {
            "start": 1412469881,
            "stop": 1412481189
        },
        {
            "start": 1412494052,
            "stop": 1412497510
        },
        {
            "start": 1412497607,
            "stop": 1412501114
        },
        {
            "start": 1412501211,
            "stop": 1412504717
        },
        {
            "start": 1412504814,
            "stop": 1412508320
        },
        {
            "start": 1412508417,
            "stop": 1412511923
        },
        {
            "start": 1412512020,
            "stop": 1412514445
        },
        {
            "start": 1412514522,
            "stop": 1412515526
        },
        {
            "start": 1412515623,
            "stop": 1412519129
        },
        {
            "start": 1412519226,
            "stop": 1412522733
        },
        {
            "start": 1412523270,
            "stop": 1412526339
        },
        {
            "start": 1412526436,
            "stop": 1412527871
        },
        {
            "start": 1412527944,
            "stop": 1412528476
        },
        {
            "start": 1412540062,
            "stop": 1412540900
        },
        {
            "start": 1412541234,
            "stop": 1412548493
        },
        {
            "start": 1412587462,
            "stop": 1412588389
        },
        {
            "start": 1412591690,
            "stop": 1412607760
        },
        {
            "start": 1412627172,
            "stop": 1412631957
        },
        {
            "start": 1412636387,
            "stop": 1412656093
        }
    ]
}