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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=58",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 59,
    "results": [
        {
            "start": 817781676,
            "stop": 817781679
        },
        {
            "start": 817781684,
            "stop": 817781713
        },
        {
            "start": 817781731,
            "stop": 817781915
        },
        {
            "start": 817781921,
            "stop": 817781923
        },
        {
            "start": 817784015,
            "stop": 817784060
        },
        {
            "start": 817784070,
            "stop": 817784089
        },
        {
            "start": 817784107,
            "stop": 817784316
        },
        {
            "start": 817784324,
            "stop": 817784424
        },
        {
            "start": 817784432,
            "stop": 817784443
        },
        {
            "start": 817784454,
            "stop": 817784878
        },
        {
            "start": 817784895,
            "stop": 817796975
        },
        {
            "start": 817796983,
            "stop": 817799376
        },
        {
            "start": 817799384,
            "stop": 817801565
        },
        {
            "start": 817801573,
            "stop": 817801608
        },
        {
            "start": 817801616,
            "stop": 817801821
        },
        {
            "start": 817801829,
            "stop": 817801831
        },
        {
            "start": 817801839,
            "stop": 817802086
        },
        {
            "start": 817802096,
            "stop": 817802195
        },
        {
            "start": 817802204,
            "stop": 817802243
        },
        {
            "start": 817802253,
            "stop": 817802321
        }
    ]
}