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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=130",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 131,
    "results": [
        {
            "start": 1379905356,
            "stop": 1379908186
        },
        {
            "start": 1379912659,
            "stop": 1379913537
        },
        {
            "start": 1379913542,
            "stop": 1379917701
        },
        {
            "start": 1379917706,
            "stop": 1379922245
        },
        {
            "start": 1379922248,
            "stop": 1379924810
        },
        {
            "start": 1379924815,
            "stop": 1379934734
        },
        {
            "start": 1379934738,
            "stop": 1379936074
        },
        {
            "start": 1379936079,
            "stop": 1379945921
        },
        {
            "start": 1379945925,
            "stop": 1379953141
        },
        {
            "start": 1379953146,
            "stop": 1379954274
        },
        {
            "start": 1379954279,
            "stop": 1379956237
        },
        {
            "start": 1379956240,
            "stop": 1379957831
        },
        {
            "start": 1379957836,
            "stop": 1379957986
        },
        {
            "start": 1379957991,
            "stop": 1379958854
        },
        {
            "start": 1379958859,
            "stop": 1379962280
        },
        {
            "start": 1379962285,
            "stop": 1379962785
        },
        {
            "start": 1379962790,
            "stop": 1379963752
        },
        {
            "start": 1379963757,
            "stop": 1379964609
        },
        {
            "start": 1379966571,
            "stop": 1379967840
        },
        {
            "start": 1379967848,
            "stop": 1379969208
        }
    ]
}