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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=89",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 90,
    "results": [
        {
            "start": 931088961,
            "stop": 931088968
        },
        {
            "start": 931088971,
            "stop": 931088976
        },
        {
            "start": 931088977,
            "stop": 931088978
        },
        {
            "start": 931088982,
            "stop": 931088986
        },
        {
            "start": 931088988,
            "stop": 931088994
        },
        {
            "start": 931088995,
            "stop": 931089001
        },
        {
            "start": 931089005,
            "stop": 931089006
        },
        {
            "start": 931089007,
            "stop": 931089008
        },
        {
            "start": 931089010,
            "stop": 931089013
        },
        {
            "start": 931089018,
            "stop": 931089021
        },
        {
            "start": 931089022,
            "stop": 931089026
        },
        {
            "start": 931089027,
            "stop": 931089028
        },
        {
            "start": 931089030,
            "stop": 931089033
        },
        {
            "start": 931089036,
            "stop": 931089043
        },
        {
            "start": 931089045,
            "stop": 931089047
        },
        {
            "start": 931089052,
            "stop": 931089058
        },
        {
            "start": 931089060,
            "stop": 931089061
        },
        {
            "start": 931089063,
            "stop": 931089064
        },
        {
            "start": 931089070,
            "stop": 931089077
        },
        {
            "start": 931089079,
            "stop": 931089080
        }
    ]
}