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=33064
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=33065",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33063",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33064,
    "results": [
        {
            "start": 970426164,
            "stop": 970426165
        },
        {
            "start": 970426172,
            "stop": 970426181
        },
        {
            "start": 970426182,
            "stop": 970426184
        },
        {
            "start": 970426185,
            "stop": 970426186
        },
        {
            "start": 970426187,
            "stop": 970426189
        },
        {
            "start": 970426190,
            "stop": 970426191
        },
        {
            "start": 970426195,
            "stop": 970426206
        },
        {
            "start": 970460481,
            "stop": 970460483
        },
        {
            "start": 970460485,
            "stop": 970460487
        },
        {
            "start": 970460490,
            "stop": 970460491
        },
        {
            "start": 970460521,
            "stop": 970460522
        },
        {
            "start": 970460545,
            "stop": 970460547
        },
        {
            "start": 970460562,
            "stop": 970460563
        },
        {
            "start": 970460637,
            "stop": 970460639
        },
        {
            "start": 970460698,
            "stop": 970460699
        },
        {
            "start": 970460709,
            "stop": 970460710
        },
        {
            "start": 970460736,
            "stop": 970460737
        },
        {
            "start": 970460757,
            "stop": 970460758
        },
        {
            "start": 970460768,
            "stop": 970460769
        },
        {
            "start": 970460830,
            "stop": 970460831
        }
    ]
}