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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=256",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 257,
    "results": [
        {
            "start": 934295197,
            "stop": 934295555
        },
        {
            "start": 934295560,
            "stop": 934296010
        },
        {
            "start": 934296012,
            "stop": 934296089
        },
        {
            "start": 934296094,
            "stop": 934296459
        },
        {
            "start": 934296468,
            "stop": 934296517
        },
        {
            "start": 934296522,
            "stop": 934296595
        },
        {
            "start": 934296600,
            "stop": 934297215
        },
        {
            "start": 934297455,
            "stop": 934297670
        },
        {
            "start": 934297790,
            "stop": 934297854
        },
        {
            "start": 934297859,
            "stop": 934297906
        },
        {
            "start": 934297911,
            "stop": 934298068
        },
        {
            "start": 934298073,
            "stop": 934298099
        },
        {
            "start": 934298102,
            "stop": 934298336
        },
        {
            "start": 934298338,
            "stop": 934298349
        },
        {
            "start": 934298351,
            "stop": 934298589
        },
        {
            "start": 934298591,
            "stop": 934299060
        },
        {
            "start": 934302076,
            "stop": 934302113
        },
        {
            "start": 934302118,
            "stop": 934302210
        },
        {
            "start": 934302330,
            "stop": 934302389
        },
        {
            "start": 934302449,
            "stop": 934302929
        }
    ]
}