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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=47",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 48,
    "results": [
        {
            "start": 817629380,
            "stop": 817629384
        },
        {
            "start": 817629393,
            "stop": 817629398
        },
        {
            "start": 817629407,
            "stop": 817629543
        },
        {
            "start": 817629572,
            "stop": 817631902
        },
        {
            "start": 817631913,
            "stop": 817632822
        },
        {
            "start": 817632830,
            "stop": 817632843
        },
        {
            "start": 817632851,
            "stop": 817632852
        },
        {
            "start": 817632863,
            "stop": 817632865
        },
        {
            "start": 817634454,
            "stop": 817635095
        },
        {
            "start": 817635730,
            "stop": 817638034
        },
        {
            "start": 817638042,
            "stop": 817638052
        },
        {
            "start": 817638065,
            "stop": 817638172
        },
        {
            "start": 817638183,
            "stop": 817638187
        },
        {
            "start": 817638195,
            "stop": 817638218
        },
        {
            "start": 817638857,
            "stop": 817647880
        },
        {
            "start": 817647888,
            "stop": 817648016
        },
        {
            "start": 817648024,
            "stop": 817648030
        },
        {
            "start": 817648039,
            "stop": 817652559
        },
        {
            "start": 817652571,
            "stop": 817652576
        },
        {
            "start": 817652602,
            "stop": 817652603
        }
    ]
}