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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 21,
    "results": [
        {
            "start": 1399515537,
            "stop": 1399517224
        },
        {
            "start": 1399524461,
            "stop": 1399525865
        },
        {
            "start": 1399525869,
            "stop": 1399527213
        },
        {
            "start": 1399527216,
            "stop": 1399532310
        },
        {
            "start": 1399532313,
            "stop": 1399544187
        },
        {
            "start": 1399548936,
            "stop": 1399549727
        },
        {
            "start": 1399556142,
            "stop": 1399568633
        },
        {
            "start": 1399568636,
            "stop": 1399573823
        },
        {
            "start": 1399582397,
            "stop": 1399583597
        },
        {
            "start": 1399592343,
            "stop": 1399593985
        },
        {
            "start": 1399593991,
            "stop": 1399595506
        },
        {
            "start": 1399595511,
            "stop": 1399596997
        },
        {
            "start": 1399597000,
            "stop": 1399606597
        },
        {
            "start": 1399606600,
            "stop": 1399609309
        },
        {
            "start": 1399609313,
            "stop": 1399609403
        },
        {
            "start": 1399609409,
            "stop": 1399612530
        },
        {
            "start": 1399612535,
            "stop": 1399613552
        },
        {
            "start": 1399613557,
            "stop": 1399614288
        },
        {
            "start": 1399614293,
            "stop": 1399614918
        },
        {
            "start": 1399614923,
            "stop": 1399614989
        }
    ]
}