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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=73",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 74,
    "results": [
        {
            "start": 838407080,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415439
        },
        {
            "start": 838416294,
            "stop": 838419187
        },
        {
            "start": 838420230,
            "stop": 838469782
        },
        {
            "start": 838470541,
            "stop": 838479616
        },
        {
            "start": 838495211,
            "stop": 838569440
        },
        {
            "start": 838571275,
            "stop": 838583318
        },
        {
            "start": 838585954,
            "stop": 838607551
        },
        {
            "start": 838608686,
            "stop": 838609853
        },
        {
            "start": 838610516,
            "stop": 838629617
        },
        {
            "start": 838632079,
            "stop": 838635775
        },
        {
            "start": 838636860,
            "stop": 838664711
        },
        {
            "start": 838665052,
            "stop": 838683812
        },
        {
            "start": 838684804,
            "stop": 838688382
        },
        {
            "start": 838690548,
            "stop": 838713258
        },
        {
            "start": 838715170,
            "stop": 838752625
        },
        {
            "start": 838753372,
            "stop": 838756513
        },
        {
            "start": 838758454,
            "stop": 838823092
        },
        {
            "start": 838825370,
            "stop": 838831639
        },
        {
            "start": 838832909,
            "stop": 838844169
        }
    ]
}