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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=300",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 301,
    "results": [
        {
            "start": 1240170547,
            "stop": 1240170665
        },
        {
            "start": 1240170667,
            "stop": 1240170785
        },
        {
            "start": 1240170787,
            "stop": 1240170905
        },
        {
            "start": 1240170907,
            "stop": 1240171025
        },
        {
            "start": 1240171027,
            "stop": 1240171145
        },
        {
            "start": 1240171147,
            "stop": 1240171245
        },
        {
            "start": 1240176221,
            "stop": 1240176240
        },
        {
            "start": 1240176278,
            "stop": 1240176305
        },
        {
            "start": 1240176307,
            "stop": 1240176425
        },
        {
            "start": 1240176427,
            "stop": 1240176545
        },
        {
            "start": 1240176547,
            "stop": 1240176665
        },
        {
            "start": 1240176667,
            "stop": 1240176785
        },
        {
            "start": 1240176787,
            "stop": 1240176905
        },
        {
            "start": 1240176907,
            "stop": 1240177025
        },
        {
            "start": 1240177027,
            "stop": 1240177145
        },
        {
            "start": 1240177147,
            "stop": 1240177265
        },
        {
            "start": 1240177267,
            "stop": 1240177385
        },
        {
            "start": 1240177387,
            "stop": 1240177505
        },
        {
            "start": 1240177506,
            "stop": 1240177625
        },
        {
            "start": 1240177626,
            "stop": 1240177745
        }
    ]
}