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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=214",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 215,
    "results": [
        {
            "start": 1136404755,
            "stop": 1136404760
        },
        {
            "start": 1136404765,
            "stop": 1136404770
        },
        {
            "start": 1136404773,
            "stop": 1136404777
        },
        {
            "start": 1136404781,
            "stop": 1136404782
        },
        {
            "start": 1136404785,
            "stop": 1136404787
        },
        {
            "start": 1136404790,
            "stop": 1136404792
        },
        {
            "start": 1136404797,
            "stop": 1136404801
        },
        {
            "start": 1136404828,
            "stop": 1136404832
        },
        {
            "start": 1136404837,
            "stop": 1136404839
        },
        {
            "start": 1136404935,
            "stop": 1136404962
        },
        {
            "start": 1136404975,
            "stop": 1136405007
        },
        {
            "start": 1136405034,
            "stop": 1136405054
        },
        {
            "start": 1136405508,
            "stop": 1136405509
        },
        {
            "start": 1136405633,
            "stop": 1136405638
        },
        {
            "start": 1136405920,
            "stop": 1136405921
        },
        {
            "start": 1136405975,
            "stop": 1136405977
        },
        {
            "start": 1136407096,
            "stop": 1136407104
        },
        {
            "start": 1136407110,
            "stop": 1136407126
        },
        {
            "start": 1136407305,
            "stop": 1136407307
        },
        {
            "start": 1136407325,
            "stop": 1136407329
        }
    ]
}