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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 28,
    "results": [
        {
            "start": 931170911,
            "stop": 931170916
        },
        {
            "start": 931170918,
            "stop": 931170924
        },
        {
            "start": 931170925,
            "stop": 931170932
        },
        {
            "start": 931170935,
            "stop": 931170938
        },
        {
            "start": 931170939,
            "stop": 931170941
        },
        {
            "start": 931170943,
            "stop": 931170949
        },
        {
            "start": 931170951,
            "stop": 931170952
        },
        {
            "start": 931170955,
            "stop": 931170959
        },
        {
            "start": 931170961,
            "stop": 931170967
        },
        {
            "start": 931173201,
            "stop": 931174176
        },
        {
            "start": 931174177,
            "stop": 931177646
        },
        {
            "start": 931180124,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931194235
        },
        {
            "start": 931196921,
            "stop": 931198277
        },
        {
            "start": 931198356,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931220863
        },
        {
            "start": 931220865,
            "stop": 931221164
        },
        {
            "start": 931221165,
            "stop": 931221247
        },
        {
            "start": 931221249,
            "stop": 931222235
        }
    ]
}