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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=225",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 226,
    "results": [
        {
            "start": 820536533,
            "stop": 820536779
        },
        {
            "start": 820537248,
            "stop": 820537320
        },
        {
            "start": 820537603,
            "stop": 820537792
        },
        {
            "start": 820537800,
            "stop": 820538291
        },
        {
            "start": 820538298,
            "stop": 820538398
        },
        {
            "start": 820538406,
            "stop": 820538549
        },
        {
            "start": 820538569,
            "stop": 820538632
        },
        {
            "start": 820538640,
            "stop": 820538787
        },
        {
            "start": 820538794,
            "stop": 820539373
        },
        {
            "start": 820540618,
            "stop": 820541004
        },
        {
            "start": 820541075,
            "stop": 820541305
        },
        {
            "start": 820541312,
            "stop": 820541691
        },
        {
            "start": 820541699,
            "stop": 820542480
        },
        {
            "start": 820542494,
            "stop": 820543152
        },
        {
            "start": 820543160,
            "stop": 820543384
        },
        {
            "start": 820543391,
            "stop": 820544602
        },
        {
            "start": 820544609,
            "stop": 820544833
        },
        {
            "start": 820545542,
            "stop": 820546846
        },
        {
            "start": 820546853,
            "stop": 820547321
        },
        {
            "start": 820547328,
            "stop": 820549258
        }
    ]
}