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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 7,
    "results": [
        {
            "start": 931159977,
            "stop": 931159982
        },
        {
            "start": 931159985,
            "stop": 931159988
        },
        {
            "start": 931159993,
            "stop": 931159995
        },
        {
            "start": 931159998,
            "stop": 931160001
        },
        {
            "start": 931160004,
            "stop": 931160007
        },
        {
            "start": 931160014,
            "stop": 931160019
        },
        {
            "start": 931160022,
            "stop": 931160023
        },
        {
            "start": 931160028,
            "stop": 931160032
        },
        {
            "start": 931160041,
            "stop": 931160048
        },
        {
            "start": 931160051,
            "stop": 931160053
        },
        {
            "start": 931160062,
            "stop": 931160063
        },
        {
            "start": 931160071,
            "stop": 931160073
        },
        {
            "start": 931160095,
            "stop": 931160098
        },
        {
            "start": 931160105,
            "stop": 931160108
        },
        {
            "start": 931160115,
            "stop": 931160117
        },
        {
            "start": 931160121,
            "stop": 931160124
        },
        {
            "start": 931160127,
            "stop": 931160129
        },
        {
            "start": 931160132,
            "stop": 931160134
        },
        {
            "start": 931160140,
            "stop": 931160141
        },
        {
            "start": 931160144,
            "stop": 931160148
        }
    ]
}