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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=88",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 89,
    "results": [
        {
            "start": 817084822,
            "stop": 817085200
        },
        {
            "start": 817085203,
            "stop": 817085927
        },
        {
            "start": 817085930,
            "stop": 817090703
        },
        {
            "start": 817090705,
            "stop": 817097992
        },
        {
            "start": 817097995,
            "stop": 817099317
        },
        {
            "start": 817099320,
            "stop": 817101969
        },
        {
            "start": 817101972,
            "stop": 817103298
        },
        {
            "start": 817103301,
            "stop": 817103730
        },
        {
            "start": 817104151,
            "stop": 817105287
        },
        {
            "start": 817105289,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817125843
        },
        {
            "start": 817125846,
            "stop": 817133317
        },
        {
            "start": 817133320,
            "stop": 817136467
        },
        {
            "start": 817136469,
            "stop": 817139483
        },
        {
            "start": 817139486,
            "stop": 817144764
        },
        {
            "start": 817144767,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817163709
        },
        {
            "start": 817163712,
            "stop": 817166331
        },
        {
            "start": 817166333,
            "stop": 817174279
        },
        {
            "start": 817174281,
            "stop": 817178222
        }
    ]
}