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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=957",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=955",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 956,
    "results": [
        {
            "start": 1251684839,
            "stop": 1251684844
        },
        {
            "start": 1251684849,
            "stop": 1251685005
        },
        {
            "start": 1251685010,
            "stop": 1251685088
        },
        {
            "start": 1251685093,
            "stop": 1251685223
        },
        {
            "start": 1251685228,
            "stop": 1251685288
        },
        {
            "start": 1251685293,
            "stop": 1251685301
        },
        {
            "start": 1251685306,
            "stop": 1251685535
        },
        {
            "start": 1251685540,
            "stop": 1251685545
        },
        {
            "start": 1251685550,
            "stop": 1251685586
        },
        {
            "start": 1251685591,
            "stop": 1251685621
        },
        {
            "start": 1251685623,
            "stop": 1251685626
        },
        {
            "start": 1251685633,
            "stop": 1251685700
        },
        {
            "start": 1251685705,
            "stop": 1251685793
        },
        {
            "start": 1251685798,
            "stop": 1251685869
        },
        {
            "start": 1251685874,
            "stop": 1251685900
        },
        {
            "start": 1251685905,
            "stop": 1251685981
        },
        {
            "start": 1251685987,
            "stop": 1251686048
        },
        {
            "start": 1251686053,
            "stop": 1251686134
        },
        {
            "start": 1251686139,
            "stop": 1251686146
        },
        {
            "start": 1251686151,
            "stop": 1251686180
        }
    ]
}