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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=117",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 118,
    "results": [
        {
            "start": 1378468659,
            "stop": 1378469492
        },
        {
            "start": 1378471617,
            "stop": 1378476840
        },
        {
            "start": 1378476843,
            "stop": 1378478004
        },
        {
            "start": 1378478009,
            "stop": 1378481067
        },
        {
            "start": 1378481072,
            "stop": 1378481754
        },
        {
            "start": 1378486284,
            "stop": 1378487112
        },
        {
            "start": 1378487117,
            "stop": 1378491851
        },
        {
            "start": 1378491856,
            "stop": 1378498517
        },
        {
            "start": 1378498522,
            "stop": 1378510343
        },
        {
            "start": 1378510346,
            "stop": 1378516114
        },
        {
            "start": 1378516119,
            "stop": 1378527098
        },
        {
            "start": 1378527103,
            "stop": 1378527406
        },
        {
            "start": 1378527411,
            "stop": 1378532069
        },
        {
            "start": 1378532074,
            "stop": 1378532551
        },
        {
            "start": 1378532556,
            "stop": 1378539217
        },
        {
            "start": 1378539222,
            "stop": 1378547014
        },
        {
            "start": 1378547019,
            "stop": 1378548499
        },
        {
            "start": 1378548504,
            "stop": 1378553210
        },
        {
            "start": 1378553215,
            "stop": 1378554149
        },
        {
            "start": 1378554154,
            "stop": 1378556639
        }
    ]
}