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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=266",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 267,
    "results": [
        {
            "start": 931781114,
            "stop": 931781123
        },
        {
            "start": 931781127,
            "stop": 931781146
        },
        {
            "start": 931781147,
            "stop": 931781174
        },
        {
            "start": 931781176,
            "stop": 931781308
        },
        {
            "start": 931781309,
            "stop": 931781319
        },
        {
            "start": 931781321,
            "stop": 931781322
        },
        {
            "start": 931781324,
            "stop": 931781325
        },
        {
            "start": 931781326,
            "stop": 931781345
        },
        {
            "start": 931781347,
            "stop": 931781380
        },
        {
            "start": 931781382,
            "stop": 931781394
        },
        {
            "start": 931781397,
            "stop": 931781413
        },
        {
            "start": 931781415,
            "stop": 931781421
        },
        {
            "start": 931781423,
            "stop": 931781436
        },
        {
            "start": 931781438,
            "stop": 931781443
        },
        {
            "start": 931781445,
            "stop": 931781460
        },
        {
            "start": 931781461,
            "stop": 931781466
        },
        {
            "start": 931781468,
            "stop": 931781490
        },
        {
            "start": 931781492,
            "stop": 931781529
        },
        {
            "start": 931781532,
            "stop": 931781535
        },
        {
            "start": 931781536,
            "stop": 931781538
        }
    ]
}