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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1096",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1094",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1095,
    "results": [
        {
            "start": 1136404628,
            "stop": 1136404641
        },
        {
            "start": 1136404649,
            "stop": 1136404665
        },
        {
            "start": 1136404668,
            "stop": 1136404729
        },
        {
            "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
        }
    ]
}