Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/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/O2/timelines/H1_CBC_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=301",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 302,
    "results": [
        {
            "start": 1181487390,
            "stop": 1181489336
        },
        {
            "start": 1181489338,
            "stop": 1181489365
        },
        {
            "start": 1181489366,
            "stop": 1181489809
        },
        {
            "start": 1181489810,
            "stop": 1181490413
        },
        {
            "start": 1181490414,
            "stop": 1181490871
        },
        {
            "start": 1181500458,
            "stop": 1181502533
        },
        {
            "start": 1181502534,
            "stop": 1181503789
        },
        {
            "start": 1181503791,
            "stop": 1181504744
        },
        {
            "start": 1181504746,
            "stop": 1181505197
        },
        {
            "start": 1181505198,
            "stop": 1181507571
        },
        {
            "start": 1181507573,
            "stop": 1181511686
        },
        {
            "start": 1181511687,
            "stop": 1181512981
        },
        {
            "start": 1181512982,
            "stop": 1181514719
        },
        {
            "start": 1181514720,
            "stop": 1181515333
        },
        {
            "start": 1181515336,
            "stop": 1181515799
        },
        {
            "start": 1181515800,
            "stop": 1181515902
        },
        {
            "start": 1181515903,
            "stop": 1181515914
        },
        {
            "start": 1181515915,
            "stop": 1181516641
        },
        {
            "start": 1181516642,
            "stop": 1181516961
        },
        {
            "start": 1181516962,
            "stop": 1181520918
        }
    ]
}