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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 41,
    "results": [
        {
            "start": 1371028253,
            "stop": 1371028255
        },
        {
            "start": 1371028260,
            "stop": 1371028271
        },
        {
            "start": 1371033559,
            "stop": 1371039774
        },
        {
            "start": 1371039779,
            "stop": 1371042037
        },
        {
            "start": 1371042042,
            "stop": 1371042923
        },
        {
            "start": 1371042928,
            "stop": 1371043443
        },
        {
            "start": 1371047435,
            "stop": 1371047964
        },
        {
            "start": 1371047969,
            "stop": 1371055150
        },
        {
            "start": 1371058698,
            "stop": 1371062828
        },
        {
            "start": 1371062833,
            "stop": 1371063894
        },
        {
            "start": 1371063899,
            "stop": 1371064750
        },
        {
            "start": 1371064755,
            "stop": 1371064756
        },
        {
            "start": 1371075027,
            "stop": 1371078210
        },
        {
            "start": 1371078215,
            "stop": 1371078382
        },
        {
            "start": 1371088243,
            "stop": 1371095218
        },
        {
            "start": 1371095223,
            "stop": 1371095424
        },
        {
            "start": 1371099179,
            "stop": 1371107421
        },
        {
            "start": 1371111090,
            "stop": 1371111285
        },
        {
            "start": 1371111290,
            "stop": 1371122215
        },
        {
            "start": 1371122220,
            "stop": 1371125129
        }
    ]
}