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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33328",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33329,
    "results": [
        {
            "start": 971045387,
            "stop": 971045395
        },
        {
            "start": 971045396,
            "stop": 971045399
        },
        {
            "start": 971045402,
            "stop": 971045418
        },
        {
            "start": 971045421,
            "stop": 971045439
        },
        {
            "start": 971045440,
            "stop": 971045447
        },
        {
            "start": 971045450,
            "stop": 971045455
        },
        {
            "start": 971045456,
            "stop": 971045458
        },
        {
            "start": 971045459,
            "stop": 971045460
        },
        {
            "start": 971045461,
            "stop": 971045482
        },
        {
            "start": 971045483,
            "stop": 971045491
        },
        {
            "start": 971045494,
            "stop": 971045499
        },
        {
            "start": 971045500,
            "stop": 971045523
        },
        {
            "start": 971045528,
            "stop": 971045529
        },
        {
            "start": 971045530,
            "stop": 971045556
        },
        {
            "start": 971045557,
            "stop": 971045564
        },
        {
            "start": 971045565,
            "stop": 971045572
        },
        {
            "start": 971045573,
            "stop": 971045577
        },
        {
            "start": 971045578,
            "stop": 971045579
        },
        {
            "start": 971045582,
            "stop": 971045601
        },
        {
            "start": 971045602,
            "stop": 971045605
        }
    ]
}