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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=298",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 299,
    "results": [
        {
            "start": 865189081,
            "stop": 865189237
        },
        {
            "start": 865189347,
            "stop": 865189695
        },
        {
            "start": 865189995,
            "stop": 865190054
        },
        {
            "start": 865193408,
            "stop": 865193490
        },
        {
            "start": 865194102,
            "stop": 865194365
        },
        {
            "start": 865194475,
            "stop": 865195425
        },
        {
            "start": 865195725,
            "stop": 865196653
        },
        {
            "start": 865196953,
            "stop": 865198283
        },
        {
            "start": 865198839,
            "stop": 865199399
        },
        {
            "start": 865199509,
            "stop": 865199686
        },
        {
            "start": 865199986,
            "stop": 865200196
        },
        {
            "start": 865200306,
            "stop": 865200325
        },
        {
            "start": 865200933,
            "stop": 865201425
        },
        {
            "start": 865201798,
            "stop": 865201833
        },
        {
            "start": 865219366,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865288688
        },
        {
            "start": 865288988,
            "stop": 865288993
        },
        {
            "start": 865289103,
            "stop": 865289256
        },
        {
            "start": 865289556,
            "stop": 865318397
        },
        {
            "start": 865318399,
            "stop": 865330062
        }
    ]
}