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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=108",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 109,
    "results": [
        {
            "start": 931338732,
            "stop": 931338738
        },
        {
            "start": 931338742,
            "stop": 931338745
        },
        {
            "start": 931338750,
            "stop": 931338752
        },
        {
            "start": 931338758,
            "stop": 931338764
        },
        {
            "start": 931338781,
            "stop": 931338786
        },
        {
            "start": 931338795,
            "stop": 931338797
        },
        {
            "start": 931338801,
            "stop": 931338805
        },
        {
            "start": 931338812,
            "stop": 931338815
        },
        {
            "start": 931338818,
            "stop": 931338819
        },
        {
            "start": 931338822,
            "stop": 931338826
        },
        {
            "start": 931338836,
            "stop": 931338837
        },
        {
            "start": 931338840,
            "stop": 931338845
        },
        {
            "start": 931338846,
            "stop": 931338848
        },
        {
            "start": 931338850,
            "stop": 931338851
        },
        {
            "start": 931338853,
            "stop": 931338854
        },
        {
            "start": 931338868,
            "stop": 931338871
        },
        {
            "start": 931338879,
            "stop": 931338883
        },
        {
            "start": 931338893,
            "stop": 931338894
        },
        {
            "start": 931338896,
            "stop": 931338897
        },
        {
            "start": 931338900,
            "stop": 931338902
        }
    ]
}