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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=152",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 153,
    "results": [
        {
            "start": 836600221,
            "stop": 836600223
        },
        {
            "start": 836600968,
            "stop": 836644512
        },
        {
            "start": 836645173,
            "stop": 836652493
        },
        {
            "start": 836652495,
            "stop": 836652497
        },
        {
            "start": 836652553,
            "stop": 836653453
        },
        {
            "start": 836653477,
            "stop": 836653479
        },
        {
            "start": 836653521,
            "stop": 836659513
        },
        {
            "start": 836659529,
            "stop": 836659530
        },
        {
            "start": 836659573,
            "stop": 836661973
        },
        {
            "start": 836661975,
            "stop": 836661977
        },
        {
            "start": 836662708,
            "stop": 836665141
        },
        {
            "start": 836694002,
            "stop": 836713672
        },
        {
            "start": 836714864,
            "stop": 836727595
        },
        {
            "start": 836728706,
            "stop": 836737273
        },
        {
            "start": 836738659,
            "stop": 836739433
        },
        {
            "start": 836740810,
            "stop": 836741113
        },
        {
            "start": 836741148,
            "stop": 836741149
        },
        {
            "start": 836741546,
            "stop": 836742373
        },
        {
            "start": 836742400,
            "stop": 836742402
        },
        {
            "start": 836742656,
            "stop": 836744401
        }
    ]
}