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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40836",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40837,
    "results": [
        {
            "start": 875043201,
            "stop": 875043205
        },
        {
            "start": 875043206,
            "stop": 875043211
        },
        {
            "start": 875043212,
            "stop": 875043216
        },
        {
            "start": 875043217,
            "stop": 875043221
        },
        {
            "start": 875043223,
            "stop": 875043227
        },
        {
            "start": 875043228,
            "stop": 875043232
        },
        {
            "start": 875043233,
            "stop": 875043237
        },
        {
            "start": 875043239,
            "stop": 875043241
        },
        {
            "start": 875043242,
            "stop": 875043243
        },
        {
            "start": 875043244,
            "stop": 875043248
        },
        {
            "start": 875043249,
            "stop": 875043253
        },
        {
            "start": 875043255,
            "stop": 875043259
        },
        {
            "start": 875043260,
            "stop": 875043264
        },
        {
            "start": 875043265,
            "stop": 875043269
        },
        {
            "start": 875043271,
            "stop": 875043275
        },
        {
            "start": 875043276,
            "stop": 875043280
        },
        {
            "start": 875043281,
            "stop": 875043286
        },
        {
            "start": 875043287,
            "stop": 875043288
        },
        {
            "start": 875043289,
            "stop": 875043291
        },
        {
            "start": 875043292,
            "stop": 875043296
        }
    ]
}