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=33069
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=33070",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33068",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33069,
    "results": [
        {
            "start": 970463055,
            "stop": 970463056
        },
        {
            "start": 970463111,
            "stop": 970463112
        },
        {
            "start": 970463192,
            "stop": 970463193
        },
        {
            "start": 970463205,
            "stop": 970463207
        },
        {
            "start": 970463211,
            "stop": 970463212
        },
        {
            "start": 970463223,
            "stop": 970463224
        },
        {
            "start": 970463244,
            "stop": 970463245
        },
        {
            "start": 970466017,
            "stop": 970466019
        },
        {
            "start": 970466028,
            "stop": 970466030
        },
        {
            "start": 970466114,
            "stop": 970466115
        },
        {
            "start": 970466116,
            "stop": 970466120
        },
        {
            "start": 970466165,
            "stop": 970466166
        },
        {
            "start": 970466168,
            "stop": 970466169
        },
        {
            "start": 970466174,
            "stop": 970466175
        },
        {
            "start": 970466203,
            "stop": 970466204
        },
        {
            "start": 970466213,
            "stop": 970466214
        },
        {
            "start": 970466220,
            "stop": 970466221
        },
        {
            "start": 970466285,
            "stop": 970466286
        },
        {
            "start": 970466321,
            "stop": 970466322
        },
        {
            "start": 970466349,
            "stop": 970466351
        }
    ]
}