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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=100",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 101,
    "results": [
        {
            "start": 931509165,
            "stop": 931509171
        },
        {
            "start": 931509177,
            "stop": 931509182
        },
        {
            "start": 931509188,
            "stop": 931509206
        },
        {
            "start": 931509218,
            "stop": 931509231
        },
        {
            "start": 931509234,
            "stop": 931509240
        },
        {
            "start": 931509242,
            "stop": 931509243
        },
        {
            "start": 931509246,
            "stop": 931509260
        },
        {
            "start": 931509263,
            "stop": 931509287
        },
        {
            "start": 931509290,
            "stop": 931509291
        },
        {
            "start": 931509297,
            "stop": 931509301
        },
        {
            "start": 931509306,
            "stop": 931509309
        },
        {
            "start": 931509312,
            "stop": 931509319
        },
        {
            "start": 931509322,
            "stop": 931509325
        },
        {
            "start": 931509328,
            "stop": 931509334
        },
        {
            "start": 931509337,
            "stop": 931509338
        },
        {
            "start": 931509341,
            "stop": 931509343
        },
        {
            "start": 931509347,
            "stop": 931509356
        },
        {
            "start": 931509359,
            "stop": 931509360
        },
        {
            "start": 931509366,
            "stop": 931509367
        },
        {
            "start": 931509369,
            "stop": 931509378
        }
    ]
}