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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=514",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 515,
    "results": [
        {
            "start": 825959977,
            "stop": 825961004
        },
        {
            "start": 825961967,
            "stop": 825962169
        },
        {
            "start": 825964355,
            "stop": 825965888
        },
        {
            "start": 825966665,
            "stop": 825969600
        },
        {
            "start": 825969605,
            "stop": 825970923
        },
        {
            "start": 825971514,
            "stop": 825974170
        },
        {
            "start": 825974175,
            "stop": 825975592
        },
        {
            "start": 825976740,
            "stop": 825978564
        },
        {
            "start": 825978572,
            "stop": 825979424
        },
        {
            "start": 825979429,
            "stop": 825987650
        },
        {
            "start": 825992016,
            "stop": 825998531
        },
        {
            "start": 825998604,
            "stop": 826000000
        },
        {
            "start": 826003246,
            "stop": 826010810
        },
        {
            "start": 826010823,
            "stop": 826010829
        },
        {
            "start": 826010834,
            "stop": 826014468
        },
        {
            "start": 826016682,
            "stop": 826017179
        },
        {
            "start": 826017759,
            "stop": 826029331
        },
        {
            "start": 826029338,
            "stop": 826062506
        },
        {
            "start": 826067256,
            "stop": 826075053
        },
        {
            "start": 826078086,
            "stop": 826078997
        }
    ]
}