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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=437",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 438,
    "results": [
        {
            "start": 871351809,
            "stop": 871352610
        },
        {
            "start": 871352670,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871356150
        },
        {
            "start": 871356210,
            "stop": 871392589
        },
        {
            "start": 871393624,
            "stop": 871393960
        },
        {
            "start": 871394045,
            "stop": 871403407
        },
        {
            "start": 871403428,
            "stop": 871409396
        },
        {
            "start": 871410297,
            "stop": 871413919
        },
        {
            "start": 871413941,
            "stop": 871414318
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871419120
        },
        {
            "start": 871419213,
            "stop": 871419237
        },
        {
            "start": 871419258,
            "stop": 871420414
        },
        {
            "start": 871420436,
            "stop": 871420694
        },
        {
            "start": 871420716,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871431392
        },
        {
            "start": 871431416,
            "stop": 871432122
        },
        {
            "start": 871432168,
            "stop": 871432179
        },
        {
            "start": 871432201,
            "stop": 871433512
        },
        {
            "start": 871433533,
            "stop": 871433933
        }
    ]
}