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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3307",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3308,
    "results": [
        {
            "start": 875020620,
            "stop": 875020668
        },
        {
            "start": 875020671,
            "stop": 875020704
        },
        {
            "start": 875020709,
            "stop": 875020980
        },
        {
            "start": 875021040,
            "stop": 875021160
        },
        {
            "start": 875021220,
            "stop": 875021280
        },
        {
            "start": 875021340,
            "stop": 875021483
        },
        {
            "start": 875021486,
            "stop": 875021636
        },
        {
            "start": 875021639,
            "stop": 875021700
        },
        {
            "start": 875021940,
            "stop": 875021948
        },
        {
            "start": 875021956,
            "stop": 875021983
        },
        {
            "start": 875021986,
            "stop": 875022008
        },
        {
            "start": 875022012,
            "stop": 875022028
        },
        {
            "start": 875022031,
            "stop": 875022086
        },
        {
            "start": 875022089,
            "stop": 875022120
        },
        {
            "start": 875022180,
            "stop": 875022240
        },
        {
            "start": 875022300,
            "stop": 875022360
        },
        {
            "start": 875022420,
            "stop": 875022432
        },
        {
            "start": 875022435,
            "stop": 875022480
        },
        {
            "start": 875032080,
            "stop": 875032287
        },
        {
            "start": 875032290,
            "stop": 875032314
        }
    ]
}