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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=10",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 11,
    "results": [
        {
            "start": 1242940681,
            "stop": 1242941614
        },
        {
            "start": 1242945997,
            "stop": 1242946076
        },
        {
            "start": 1242947383,
            "stop": 1242949077
        },
        {
            "start": 1242959589,
            "stop": 1242966615
        },
        {
            "start": 1242966826,
            "stop": 1242986292
        },
        {
            "start": 1242997801,
            "stop": 1243018028
        },
        {
            "start": 1243053824,
            "stop": 1243089923
        },
        {
            "start": 1243090503,
            "stop": 1243090780
        },
        {
            "start": 1243117121,
            "stop": 1243178596
        },
        {
            "start": 1243217561,
            "stop": 1243242750
        },
        {
            "start": 1243254519,
            "stop": 1243266723
        },
        {
            "start": 1243266965,
            "stop": 1243267782
        },
        {
            "start": 1243278913,
            "stop": 1243318496
        },
        {
            "start": 1243318594,
            "stop": 1243321143
        },
        {
            "start": 1243330884,
            "stop": 1243361067
        },
        {
            "start": 1243393026,
            "stop": 1243509652
        },
        {
            "start": 1243518141,
            "stop": 1243551681
        },
        {
            "start": 1243560606,
            "stop": 1243627227
        },
        {
            "start": 1243627776,
            "stop": 1243659044
        },
        {
            "start": 1243668368,
            "stop": 1243673388
        }
    ]
}