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/H2_CBCLOW_CAT3/segments?format=api&page=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=39",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 40,
    "results": [
        {
            "start": 816153146,
            "stop": 816153178
        },
        {
            "start": 816153185,
            "stop": 816153488
        },
        {
            "start": 816153495,
            "stop": 816153770
        },
        {
            "start": 816153777,
            "stop": 816153915
        },
        {
            "start": 816153923,
            "stop": 816154617
        },
        {
            "start": 816154624,
            "stop": 816154681
        },
        {
            "start": 816154688,
            "stop": 816154745
        },
        {
            "start": 816154752,
            "stop": 816154813
        },
        {
            "start": 816154821,
            "stop": 816154942
        },
        {
            "start": 816154949,
            "stop": 816155455
        },
        {
            "start": 816155462,
            "stop": 816155645
        },
        {
            "start": 816155652,
            "stop": 816155894
        },
        {
            "start": 816155901,
            "stop": 816156147
        },
        {
            "start": 816156154,
            "stop": 816156498
        },
        {
            "start": 816156505,
            "stop": 816156729
        },
        {
            "start": 816156736,
            "stop": 816156890
        },
        {
            "start": 816156897,
            "stop": 816156971
        },
        {
            "start": 816156978,
            "stop": 816157141
        },
        {
            "start": 816157148,
            "stop": 816157450
        },
        {
            "start": 816157457,
            "stop": 816157493
        }
    ]
}