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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=334",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 335,
    "results": [
        {
            "start": 1240254425,
            "stop": 1240254544
        },
        {
            "start": 1240254545,
            "stop": 1240254661
        },
        {
            "start": 1240254662,
            "stop": 1240254784
        },
        {
            "start": 1240254785,
            "stop": 1240254904
        },
        {
            "start": 1240254905,
            "stop": 1240255024
        },
        {
            "start": 1240255025,
            "stop": 1240255144
        },
        {
            "start": 1240255145,
            "stop": 1240255264
        },
        {
            "start": 1240255265,
            "stop": 1240255384
        },
        {
            "start": 1240255385,
            "stop": 1240255504
        },
        {
            "start": 1240255505,
            "stop": 1240255624
        },
        {
            "start": 1240255625,
            "stop": 1240255744
        },
        {
            "start": 1240255745,
            "stop": 1240255864
        },
        {
            "start": 1240255865,
            "stop": 1240255984
        },
        {
            "start": 1240255985,
            "stop": 1240256104
        },
        {
            "start": 1240256105,
            "stop": 1240256224
        },
        {
            "start": 1240256225,
            "stop": 1240256344
        },
        {
            "start": 1240256345,
            "stop": 1240256464
        },
        {
            "start": 1240256465,
            "stop": 1240256584
        },
        {
            "start": 1240256585,
            "stop": 1240256703
        },
        {
            "start": 1240256705,
            "stop": 1240256803
        }
    ]
}