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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=5",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 6,
    "results": [
        {
            "start": 1370846775,
            "stop": 1370851447
        },
        {
            "start": 1370856601,
            "stop": 1370872383
        },
        {
            "start": 1370876670,
            "stop": 1370888285
        },
        {
            "start": 1370888307,
            "stop": 1370888352
        },
        {
            "start": 1370904074,
            "stop": 1370907433
        },
        {
            "start": 1370915048,
            "stop": 1370941661
        },
        {
            "start": 1370948691,
            "stop": 1370951317
        },
        {
            "start": 1370955563,
            "stop": 1370966931
        },
        {
            "start": 1370969102,
            "stop": 1370969663
        },
        {
            "start": 1370993335,
            "stop": 1370993675
        },
        {
            "start": 1370998664,
            "stop": 1371008205
        },
        {
            "start": 1371013187,
            "stop": 1371028276
        },
        {
            "start": 1371033559,
            "stop": 1371043443
        },
        {
            "start": 1371047435,
            "stop": 1371055150
        },
        {
            "start": 1371058698,
            "stop": 1371064756
        },
        {
            "start": 1371075027,
            "stop": 1371078382
        },
        {
            "start": 1371088243,
            "stop": 1371095424
        },
        {
            "start": 1371099179,
            "stop": 1371107421
        },
        {
            "start": 1371111090,
            "stop": 1371130148
        },
        {
            "start": 1371135488,
            "stop": 1371136901
        }
    ]
}