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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=224",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 225,
    "results": [
        {
            "start": 934311044,
            "stop": 934311057
        },
        {
            "start": 934311059,
            "stop": 934311072
        },
        {
            "start": 934311074,
            "stop": 934311206
        },
        {
            "start": 934311210,
            "stop": 934311237
        },
        {
            "start": 934311239,
            "stop": 934311757
        },
        {
            "start": 934311760,
            "stop": 934311764
        },
        {
            "start": 934311769,
            "stop": 934311783
        },
        {
            "start": 934311786,
            "stop": 934311790
        },
        {
            "start": 934311793,
            "stop": 934311810
        },
        {
            "start": 934311812,
            "stop": 934311816
        },
        {
            "start": 934311818,
            "stop": 934311832
        },
        {
            "start": 934311837,
            "stop": 934312049
        },
        {
            "start": 934315699,
            "stop": 934318956
        },
        {
            "start": 934318960,
            "stop": 934318966
        },
        {
            "start": 934318968,
            "stop": 934318984
        },
        {
            "start": 934318986,
            "stop": 934319010
        },
        {
            "start": 934319012,
            "stop": 934319015
        },
        {
            "start": 934319018,
            "stop": 934319032
        },
        {
            "start": 934319037,
            "stop": 934319970
        },
        {
            "start": 934321640,
            "stop": 934321656
        }
    ]
}