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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5242",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5240",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5241,
    "results": [
        {
            "start": 1137056183,
            "stop": 1137056185
        },
        {
            "start": 1137056187,
            "stop": 1137056206
        },
        {
            "start": 1137056207,
            "stop": 1137056211
        },
        {
            "start": 1137056213,
            "stop": 1137056218
        },
        {
            "start": 1137056220,
            "stop": 1137056221
        },
        {
            "start": 1137056225,
            "stop": 1137056238
        },
        {
            "start": 1137056240,
            "stop": 1137056241
        },
        {
            "start": 1137056245,
            "stop": 1137056254
        },
        {
            "start": 1137056256,
            "stop": 1137056259
        },
        {
            "start": 1137056263,
            "stop": 1137056270
        },
        {
            "start": 1137056272,
            "stop": 1137056273
        },
        {
            "start": 1137056275,
            "stop": 1137056276
        },
        {
            "start": 1137056278,
            "stop": 1137056285
        },
        {
            "start": 1137056287,
            "stop": 1137056297
        },
        {
            "start": 1137056299,
            "stop": 1137056300
        },
        {
            "start": 1137056302,
            "stop": 1137056307
        },
        {
            "start": 1137056310,
            "stop": 1137056340
        },
        {
            "start": 1137056342,
            "stop": 1137056345
        },
        {
            "start": 1137056347,
            "stop": 1137056350
        },
        {
            "start": 1137056352,
            "stop": 1137056361
        }
    ]
}