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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6362",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6363,
    "results": [
        {
            "start": 873485787,
            "stop": 873485837
        },
        {
            "start": 873485838,
            "stop": 873485978
        },
        {
            "start": 873485979,
            "stop": 873486074
        },
        {
            "start": 873486076,
            "stop": 873486526
        },
        {
            "start": 873486527,
            "stop": 873486991
        },
        {
            "start": 873486992,
            "stop": 873487154
        },
        {
            "start": 873487155,
            "stop": 873487244
        },
        {
            "start": 873487246,
            "stop": 873487683
        },
        {
            "start": 873487685,
            "stop": 873487980
        },
        {
            "start": 873487981,
            "stop": 873488051
        },
        {
            "start": 873488052,
            "stop": 873488120
        },
        {
            "start": 873488121,
            "stop": 873488135
        },
        {
            "start": 873488136,
            "stop": 873488171
        },
        {
            "start": 873488172,
            "stop": 873488237
        },
        {
            "start": 873488238,
            "stop": 873488278
        },
        {
            "start": 873488280,
            "stop": 873488678
        },
        {
            "start": 873488679,
            "stop": 873488695
        },
        {
            "start": 873488697,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489531
        },
        {
            "start": 873489532,
            "stop": 873489635
        }
    ]
}