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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29285",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29286,
    "results": [
        {
            "start": 971179343,
            "stop": 971179345
        },
        {
            "start": 971179347,
            "stop": 971179348
        },
        {
            "start": 971179351,
            "stop": 971179354
        },
        {
            "start": 971179357,
            "stop": 971179359
        },
        {
            "start": 971179363,
            "stop": 971179365
        },
        {
            "start": 971179366,
            "stop": 971179369
        },
        {
            "start": 971179371,
            "stop": 971179377
        },
        {
            "start": 971179381,
            "stop": 971179388
        },
        {
            "start": 971179392,
            "stop": 971179397
        },
        {
            "start": 971179402,
            "stop": 971179407
        },
        {
            "start": 971179408,
            "stop": 971179409
        },
        {
            "start": 971179411,
            "stop": 971179412
        },
        {
            "start": 971179414,
            "stop": 971179417
        },
        {
            "start": 971179418,
            "stop": 971179422
        },
        {
            "start": 971179424,
            "stop": 971179425
        },
        {
            "start": 971179428,
            "stop": 971179430
        },
        {
            "start": 971179431,
            "stop": 971179434
        },
        {
            "start": 971179436,
            "stop": 971179437
        },
        {
            "start": 971179439,
            "stop": 971179451
        },
        {
            "start": 971179454,
            "stop": 971179456
        }
    ]
}