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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=301",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 302,
    "results": [
        {
            "start": 969038724,
            "stop": 969038737
        },
        {
            "start": 969038745,
            "stop": 969038746
        },
        {
            "start": 969038754,
            "stop": 969038766
        },
        {
            "start": 969038772,
            "stop": 969038773
        },
        {
            "start": 969038776,
            "stop": 969038808
        },
        {
            "start": 969038811,
            "stop": 969038833
        },
        {
            "start": 969038836,
            "stop": 969038862
        },
        {
            "start": 969038868,
            "stop": 969038881
        },
        {
            "start": 969038884,
            "stop": 969038965
        },
        {
            "start": 969038971,
            "stop": 969038972
        },
        {
            "start": 969038975,
            "stop": 969038979
        },
        {
            "start": 969038982,
            "stop": 969039004
        },
        {
            "start": 969039007,
            "stop": 969039025
        },
        {
            "start": 969039027,
            "stop": 969039044
        },
        {
            "start": 969039053,
            "stop": 969039070
        },
        {
            "start": 969039080,
            "stop": 969039207
        },
        {
            "start": 969039217,
            "stop": 969039318
        },
        {
            "start": 969039325,
            "stop": 969039337
        },
        {
            "start": 969039340,
            "stop": 969039481
        },
        {
            "start": 969039484,
            "stop": 969039485
        }
    ]
}