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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=252",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 253,
    "results": [
        {
            "start": 857495834,
            "stop": 857496257
        },
        {
            "start": 857496557,
            "stop": 857498079
        },
        {
            "start": 857498189,
            "stop": 857498438
        },
        {
            "start": 857500271,
            "stop": 857500962
        },
        {
            "start": 857502075,
            "stop": 857502313
        },
        {
            "start": 857502613,
            "stop": 857502722
        },
        {
            "start": 857503094,
            "stop": 857505212
        },
        {
            "start": 857505950,
            "stop": 857507298
        },
        {
            "start": 857507602,
            "stop": 857509528
        },
        {
            "start": 857512004,
            "stop": 857512014
        },
        {
            "start": 857512124,
            "stop": 857512217
        },
        {
            "start": 857512517,
            "stop": 857514478
        },
        {
            "start": 857514778,
            "stop": 857516234
        },
        {
            "start": 857517557,
            "stop": 857518092
        },
        {
            "start": 857518333,
            "stop": 857522141
        },
        {
            "start": 857522486,
            "stop": 857529105
        },
        {
            "start": 857529448,
            "stop": 857530814
        },
        {
            "start": 857531234,
            "stop": 857544335
        },
        {
            "start": 857544635,
            "stop": 857548676
        },
        {
            "start": 857548677,
            "stop": 857551657
        }
    ]
}