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=33065
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=33066",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33064",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33065,
    "results": [
        {
            "start": 970460832,
            "stop": 970460834
        },
        {
            "start": 970460886,
            "stop": 970460887
        },
        {
            "start": 970460889,
            "stop": 970460891
        },
        {
            "start": 970460913,
            "stop": 970460914
        },
        {
            "start": 970460919,
            "stop": 970460920
        },
        {
            "start": 970461001,
            "stop": 970461002
        },
        {
            "start": 970461038,
            "stop": 970461039
        },
        {
            "start": 970461110,
            "stop": 970461112
        },
        {
            "start": 970461190,
            "stop": 970461191
        },
        {
            "start": 970461226,
            "stop": 970461227
        },
        {
            "start": 970461231,
            "stop": 970461232
        },
        {
            "start": 970461233,
            "stop": 970461234
        },
        {
            "start": 970461240,
            "stop": 970461241
        },
        {
            "start": 970461294,
            "stop": 970461310
        },
        {
            "start": 970461313,
            "stop": 970461327
        },
        {
            "start": 970461350,
            "stop": 970461351
        },
        {
            "start": 970461422,
            "stop": 970461423
        },
        {
            "start": 970461424,
            "stop": 970461425
        },
        {
            "start": 970461428,
            "stop": 970461429
        },
        {
            "start": 970461440,
            "stop": 970461441
        }
    ]
}