Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=104
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=103",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 104,
    "results": [
        {
            "start": 819069292,
            "stop": 819069660
        },
        {
            "start": 819069720,
            "stop": 819070920
        },
        {
            "start": 819071040,
            "stop": 819071160
        },
        {
            "start": 819071220,
            "stop": 819071880
        },
        {
            "start": 819072000,
            "stop": 819072240
        },
        {
            "start": 819072300,
            "stop": 819075637
        },
        {
            "start": 819076642,
            "stop": 819076993
        },
        {
            "start": 819077012,
            "stop": 819077013
        },
        {
            "start": 819078358,
            "stop": 819087960
        },
        {
            "start": 819088020,
            "stop": 819089413
        },
        {
            "start": 819089611,
            "stop": 819090301
        },
        {
            "start": 819090401,
            "stop": 819091573
        },
        {
            "start": 819091876,
            "stop": 819092640
        },
        {
            "start": 819092700,
            "stop": 819093853
        },
        {
            "start": 819094356,
            "stop": 819094453
        },
        {
            "start": 819094503,
            "stop": 819094504
        },
        {
            "start": 819095330,
            "stop": 819095685
        },
        {
            "start": 819095692,
            "stop": 819100880
        },
        {
            "start": 819100906,
            "stop": 819101636
        },
        {
            "start": 819101643,
            "stop": 819104293
        }
    ]
}