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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 141,
    "results": [
        {
            "start": 1372962066,
            "stop": 1372963107
        },
        {
            "start": 1372963109,
            "stop": 1372963856
        },
        {
            "start": 1372963858,
            "stop": 1372965079
        },
        {
            "start": 1372965081,
            "stop": 1372965581
        },
        {
            "start": 1372965582,
            "stop": 1372967300
        },
        {
            "start": 1372967301,
            "stop": 1372967962
        },
        {
            "start": 1372967964,
            "stop": 1372969434
        },
        {
            "start": 1372969436,
            "stop": 1372969899
        },
        {
            "start": 1372969901,
            "stop": 1372971538
        },
        {
            "start": 1372971539,
            "stop": 1372972215
        },
        {
            "start": 1372972217,
            "stop": 1372973452
        },
        {
            "start": 1372973454,
            "stop": 1372973831
        },
        {
            "start": 1372973833,
            "stop": 1372975856
        },
        {
            "start": 1372975858,
            "stop": 1372976478
        },
        {
            "start": 1372976480,
            "stop": 1372977961
        },
        {
            "start": 1372977962,
            "stop": 1372978505
        },
        {
            "start": 1372983670,
            "stop": 1372984503
        },
        {
            "start": 1372984504,
            "stop": 1372985045
        },
        {
            "start": 1372985046,
            "stop": 1372986754
        },
        {
            "start": 1372986756,
            "stop": 1372987437
        }
    ]
}