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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=428",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 429,
    "results": [
        {
            "start": 818735064,
            "stop": 818735073
        },
        {
            "start": 818735076,
            "stop": 818735080
        },
        {
            "start": 818735085,
            "stop": 818735088
        },
        {
            "start": 818735091,
            "stop": 818735092
        },
        {
            "start": 818735096,
            "stop": 818735098
        },
        {
            "start": 818735102,
            "stop": 818735103
        },
        {
            "start": 818735109,
            "stop": 818735150
        },
        {
            "start": 818735153,
            "stop": 818735158
        },
        {
            "start": 818735161,
            "stop": 818735162
        },
        {
            "start": 818735172,
            "stop": 818735177
        },
        {
            "start": 818735180,
            "stop": 818735195
        },
        {
            "start": 818735198,
            "stop": 818735204
        },
        {
            "start": 818735207,
            "stop": 818735217
        },
        {
            "start": 818735221,
            "stop": 818735225
        },
        {
            "start": 818735228,
            "stop": 818735236
        },
        {
            "start": 818735241,
            "stop": 818735242
        },
        {
            "start": 818735247,
            "stop": 818735248
        },
        {
            "start": 818735259,
            "stop": 818735260
        },
        {
            "start": 818735269,
            "stop": 818735274
        },
        {
            "start": 818735278,
            "stop": 818735294
        }
    ]
}