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_CAT3H/segments?format=api&page=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=177",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 178,
    "results": [
        {
            "start": 931138165,
            "stop": 931138169
        },
        {
            "start": 931138171,
            "stop": 931138172
        },
        {
            "start": 931138180,
            "stop": 931138181
        },
        {
            "start": 931138182,
            "stop": 931138183
        },
        {
            "start": 931138184,
            "stop": 931138190
        },
        {
            "start": 931138191,
            "stop": 931138195
        },
        {
            "start": 931138202,
            "stop": 931138203
        },
        {
            "start": 931138204,
            "stop": 931138209
        },
        {
            "start": 931138211,
            "stop": 931138212
        },
        {
            "start": 931138215,
            "stop": 931138216
        },
        {
            "start": 931138217,
            "stop": 931138225
        },
        {
            "start": 931138226,
            "stop": 931138227
        },
        {
            "start": 931138229,
            "stop": 931138230
        },
        {
            "start": 931138232,
            "stop": 931138234
        },
        {
            "start": 931138235,
            "stop": 931138236
        },
        {
            "start": 931138238,
            "stop": 931138240
        },
        {
            "start": 931138241,
            "stop": 931138245
        },
        {
            "start": 931138246,
            "stop": 931138255
        },
        {
            "start": 931138257,
            "stop": 931138259
        },
        {
            "start": 931138262,
            "stop": 931138263
        }
    ]
}