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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=384",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 385,
    "results": [
        {
            "start": 1260980647,
            "stop": 1260980732
        },
        {
            "start": 1260980740,
            "stop": 1260981913
        },
        {
            "start": 1260981915,
            "stop": 1260981972
        },
        {
            "start": 1260981974,
            "stop": 1260981997
        },
        {
            "start": 1260982000,
            "stop": 1260982016
        },
        {
            "start": 1260982021,
            "stop": 1260982046
        },
        {
            "start": 1260982049,
            "stop": 1260982064
        },
        {
            "start": 1260982070,
            "stop": 1260982083
        },
        {
            "start": 1260982085,
            "stop": 1260982111
        },
        {
            "start": 1260982114,
            "stop": 1260982120
        },
        {
            "start": 1260982123,
            "stop": 1260982132
        },
        {
            "start": 1260982135,
            "stop": 1260982328
        },
        {
            "start": 1260982331,
            "stop": 1260982395
        },
        {
            "start": 1260982398,
            "stop": 1260982399
        },
        {
            "start": 1260982402,
            "stop": 1260982486
        },
        {
            "start": 1260982492,
            "stop": 1260982497
        },
        {
            "start": 1260982500,
            "stop": 1260982511
        },
        {
            "start": 1260982517,
            "stop": 1260982520
        },
        {
            "start": 1260982523,
            "stop": 1260982672
        },
        {
            "start": 1260982675,
            "stop": 1260984982
        }
    ]
}