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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 22,
    "results": [
        {
            "start": 1399480354,
            "stop": 1399489281
        },
        {
            "start": 1399489284,
            "stop": 1399490452
        },
        {
            "start": 1399490453,
            "stop": 1399491072
        },
        {
            "start": 1399493022,
            "stop": 1399495278
        },
        {
            "start": 1399495283,
            "stop": 1399495775
        },
        {
            "start": 1399495778,
            "stop": 1399498417
        },
        {
            "start": 1399498419,
            "stop": 1399499954
        },
        {
            "start": 1399499955,
            "stop": 1399514890
        },
        {
            "start": 1399514894,
            "stop": 1399521135
        },
        {
            "start": 1399521138,
            "stop": 1399526104
        },
        {
            "start": 1399526109,
            "stop": 1399537658
        },
        {
            "start": 1399537661,
            "stop": 1399543999
        },
        {
            "start": 1399548489,
            "stop": 1399549393
        },
        {
            "start": 1399559205,
            "stop": 1399563475
        },
        {
            "start": 1399563477,
            "stop": 1399568752
        },
        {
            "start": 1399568754,
            "stop": 1399569813
        },
        {
            "start": 1399573956,
            "stop": 1399574182
        },
        {
            "start": 1399579174,
            "stop": 1399582198
        },
        {
            "start": 1399582202,
            "stop": 1399585397
        },
        {
            "start": 1399585402,
            "stop": 1399586489
        }
    ]
}