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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33146",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33147,
    "results": [
        {
            "start": 970600771,
            "stop": 970600809
        },
        {
            "start": 970600811,
            "stop": 970600853
        },
        {
            "start": 970600855,
            "stop": 970600856
        },
        {
            "start": 970600858,
            "stop": 970600871
        },
        {
            "start": 970600873,
            "stop": 970600910
        },
        {
            "start": 970600912,
            "stop": 970600932
        },
        {
            "start": 970600933,
            "stop": 970600939
        },
        {
            "start": 970600941,
            "stop": 970600962
        },
        {
            "start": 970600964,
            "stop": 970600973
        },
        {
            "start": 970600974,
            "stop": 970600996
        },
        {
            "start": 970601116,
            "stop": 970601134
        },
        {
            "start": 970601135,
            "stop": 970601146
        },
        {
            "start": 970601148,
            "stop": 970601161
        },
        {
            "start": 970601164,
            "stop": 970601181
        },
        {
            "start": 970601183,
            "stop": 970601211
        },
        {
            "start": 970601212,
            "stop": 970601217
        },
        {
            "start": 970601224,
            "stop": 970601229
        },
        {
            "start": 970601239,
            "stop": 970601264
        },
        {
            "start": 970601265,
            "stop": 970601277
        },
        {
            "start": 970601280,
            "stop": 970601282
        }
    ]
}