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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=70",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 71,
    "results": [
        {
            "start": 954874200,
            "stop": 954883488
        },
        {
            "start": 954896911,
            "stop": 954899109
        },
        {
            "start": 954899817,
            "stop": 954899823
        },
        {
            "start": 954899827,
            "stop": 954905427
        },
        {
            "start": 954916365,
            "stop": 954922112
        },
        {
            "start": 954923326,
            "stop": 954932164
        },
        {
            "start": 954933409,
            "stop": 954935059
        },
        {
            "start": 954938890,
            "stop": 954942730
        },
        {
            "start": 954951679,
            "stop": 954960396
        },
        {
            "start": 954975264,
            "stop": 954975265
        },
        {
            "start": 954975441,
            "stop": 954981913
        },
        {
            "start": 954997783,
            "stop": 954999337
        },
        {
            "start": 955008275,
            "stop": 955010366
        },
        {
            "start": 955012128,
            "stop": 955014818
        },
        {
            "start": 955034459,
            "stop": 955043320
        },
        {
            "start": 955052309,
            "stop": 955052447
        },
        {
            "start": 955054316,
            "stop": 955059559
        },
        {
            "start": 955061495,
            "stop": 955063012
        },
        {
            "start": 955082925,
            "stop": 955086890
        },
        {
            "start": 955088505,
            "stop": 955090605
        }
    ]
}