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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=21",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 22,
    "results": [
        {
            "start": 817082461,
            "stop": 817082577
        },
        {
            "start": 817083020,
            "stop": 817084075
        },
        {
            "start": 817084078,
            "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": 817133318
        },
        {
            "start": 817133320,
            "stop": 817136467
        },
        {
            "start": 817136469,
            "stop": 817139483
        },
        {
            "start": 817139486,
            "stop": 817144764
        },
        {
            "start": 817144767,
            "stop": 817163709
        },
        {
            "start": 817163712,
            "stop": 817166331
        },
        {
            "start": 817166333,
            "stop": 817174279
        },
        {
            "start": 817174281,
            "stop": 817178222
        },
        {
            "start": 817178622,
            "stop": 817180251
        }
    ]
}