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_CW_CAT1/segments?format=api&page=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=225",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 226,
    "results": [
        {
            "start": 958415210,
            "stop": 958415307
        },
        {
            "start": 958415310,
            "stop": 958415318
        },
        {
            "start": 958415321,
            "stop": 958415323
        },
        {
            "start": 958415329,
            "stop": 958415389
        },
        {
            "start": 958415392,
            "stop": 958415402
        },
        {
            "start": 958415408,
            "stop": 958415412
        },
        {
            "start": 958415415,
            "stop": 958415494
        },
        {
            "start": 958415497,
            "stop": 958415499
        },
        {
            "start": 958415502,
            "stop": 958415666
        },
        {
            "start": 958415671,
            "stop": 958415679
        },
        {
            "start": 958415682,
            "stop": 958415686
        },
        {
            "start": 958415689,
            "stop": 958415710
        },
        {
            "start": 958415714,
            "stop": 958415751
        },
        {
            "start": 958415755,
            "stop": 958415902
        },
        {
            "start": 958415910,
            "stop": 958415916
        },
        {
            "start": 958415922,
            "stop": 958415923
        },
        {
            "start": 958415928,
            "stop": 958415951
        },
        {
            "start": 958415960,
            "stop": 958415963
        },
        {
            "start": 958415971,
            "stop": 958415996
        },
        {
            "start": 958415999,
            "stop": 958416001
        }
    ]
}