Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=38
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=37",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 38,
    "results": [
        {
            "start": 943342276,
            "stop": 943345537
        },
        {
            "start": 943349649,
            "stop": 943370183
        },
        {
            "start": 943370417,
            "stop": 943376202
        },
        {
            "start": 943380223,
            "stop": 943384718
        },
        {
            "start": 943386591,
            "stop": 943388226
        },
        {
            "start": 943389667,
            "stop": 943392577
        },
        {
            "start": 943394089,
            "stop": 943395681
        },
        {
            "start": 943398513,
            "stop": 943398788
        },
        {
            "start": 943400405,
            "stop": 943401011
        },
        {
            "start": 943404911,
            "stop": 943410178
        },
        {
            "start": 943412919,
            "stop": 943430639
        },
        {
            "start": 943435317,
            "stop": 943436086
        },
        {
            "start": 943438345,
            "stop": 943440782
        },
        {
            "start": 943444537,
            "stop": 943453772
        },
        {
            "start": 943459626,
            "stop": 943470327
        },
        {
            "start": 943472870,
            "stop": 943476815
        },
        {
            "start": 943476977,
            "stop": 943485604
        },
        {
            "start": 943487118,
            "stop": 943500941
        },
        {
            "start": 943503342,
            "stop": 943537372
        },
        {
            "start": 943541981,
            "stop": 943552712
        }
    ]
}