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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=48",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 49,
    "results": [
        {
            "start": 931202874,
            "stop": 931202888
        },
        {
            "start": 931202889,
            "stop": 931202920
        },
        {
            "start": 931202923,
            "stop": 931202939
        },
        {
            "start": 931202940,
            "stop": 931202975
        },
        {
            "start": 931202976,
            "stop": 931203052
        },
        {
            "start": 931203054,
            "stop": 931203064
        },
        {
            "start": 931203066,
            "stop": 931203116
        },
        {
            "start": 931203118,
            "stop": 931203127
        },
        {
            "start": 931203129,
            "stop": 931203202
        },
        {
            "start": 931203204,
            "stop": 931203210
        },
        {
            "start": 931203212,
            "stop": 931203233
        },
        {
            "start": 931203234,
            "stop": 931203265
        },
        {
            "start": 931203268,
            "stop": 931203270
        },
        {
            "start": 931203271,
            "stop": 931203313
        },
        {
            "start": 931203315,
            "stop": 931203331
        },
        {
            "start": 931203332,
            "stop": 931203404
        },
        {
            "start": 931203405,
            "stop": 931203426
        },
        {
            "start": 931203429,
            "stop": 931203487
        },
        {
            "start": 931203489,
            "stop": 931203542
        },
        {
            "start": 931203544,
            "stop": 931203582
        }
    ]
}