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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=23",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 24,
    "results": [
        {
            "start": 1380056782,
            "stop": 1380056956
        },
        {
            "start": 1380061614,
            "stop": 1380067518
        },
        {
            "start": 1380071779,
            "stop": 1380196644
        },
        {
            "start": 1380202286,
            "stop": 1380213332
        },
        {
            "start": 1380217571,
            "stop": 1380239707
        },
        {
            "start": 1380239751,
            "stop": 1380243250
        },
        {
            "start": 1380250145,
            "stop": 1380298543
        },
        {
            "start": 1380302753,
            "stop": 1380370672
        },
        {
            "start": 1380406503,
            "stop": 1380408398
        },
        {
            "start": 1380414828,
            "stop": 1380424213
        },
        {
            "start": 1380428921,
            "stop": 1380438053
        },
        {
            "start": 1380438132,
            "stop": 1380455189
        },
        {
            "start": 1380466050,
            "stop": 1380481375
        },
        {
            "start": 1380494808,
            "stop": 1380562479
        },
        {
            "start": 1380562543,
            "stop": 1380573583
        },
        {
            "start": 1380582449,
            "stop": 1380647689
        },
        {
            "start": 1380647743,
            "stop": 1380658604
        },
        {
            "start": 1380658653,
            "stop": 1380689677
        },
        {
            "start": 1380698279,
            "stop": 1380699060
        },
        {
            "start": 1380699303,
            "stop": 1380701781
        }
    ]
}