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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=512",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=510",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 511,
    "results": [
        {
            "start": 962661855,
            "stop": 962662897
        },
        {
            "start": 962697963,
            "stop": 962706811
        },
        {
            "start": 962708981,
            "stop": 962710684
        },
        {
            "start": 962712270,
            "stop": 962719670
        },
        {
            "start": 962719710,
            "stop": 962729222
        },
        {
            "start": 962730436,
            "stop": 962743281
        },
        {
            "start": 962745566,
            "stop": 962749261
        },
        {
            "start": 962752294,
            "stop": 962757587
        },
        {
            "start": 962761222,
            "stop": 962767584
        },
        {
            "start": 962770596,
            "stop": 962773640
        },
        {
            "start": 962778633,
            "stop": 962784660
        },
        {
            "start": 962784661,
            "stop": 962798184
        },
        {
            "start": 962799695,
            "stop": 962801251
        },
        {
            "start": 962801807,
            "stop": 962814181
        },
        {
            "start": 962816372,
            "stop": 962822212
        },
        {
            "start": 962822252,
            "stop": 962859444
        },
        {
            "start": 962861391,
            "stop": 962881309
        },
        {
            "start": 962882799,
            "stop": 962927066
        },
        {
            "start": 962933779,
            "stop": 962944442
        },
        {
            "start": 962948181,
            "stop": 962953659
        }
    ]
}