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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=113",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 114,
    "results": [
        {
            "start": 931675166,
            "stop": 931675169
        },
        {
            "start": 931675178,
            "stop": 931675181
        },
        {
            "start": 931675193,
            "stop": 931675200
        },
        {
            "start": 931675207,
            "stop": 931675208
        },
        {
            "start": 931675217,
            "stop": 931675222
        },
        {
            "start": 931675232,
            "stop": 931675251
        },
        {
            "start": 931675262,
            "stop": 931675265
        },
        {
            "start": 931675278,
            "stop": 931675280
        },
        {
            "start": 931675295,
            "stop": 931675296
        },
        {
            "start": 931675311,
            "stop": 931675323
        },
        {
            "start": 931675334,
            "stop": 931675340
        },
        {
            "start": 931675347,
            "stop": 931675364
        },
        {
            "start": 931675371,
            "stop": 931675375
        },
        {
            "start": 931675381,
            "stop": 931675383
        },
        {
            "start": 931675390,
            "stop": 931675399
        },
        {
            "start": 931675425,
            "stop": 931675428
        },
        {
            "start": 931675434,
            "stop": 931675448
        },
        {
            "start": 931675466,
            "stop": 931675473
        },
        {
            "start": 931675480,
            "stop": 931675483
        },
        {
            "start": 931675490,
            "stop": 931675499
        }
    ]
}