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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=268",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 269,
    "results": [
        {
            "start": 1259809448,
            "stop": 1259812587
        },
        {
            "start": 1259812590,
            "stop": 1259813813
        },
        {
            "start": 1259813816,
            "stop": 1259814744
        },
        {
            "start": 1259814747,
            "stop": 1259816259
        },
        {
            "start": 1259816262,
            "stop": 1259820500
        },
        {
            "start": 1259820637,
            "stop": 1259822340
        },
        {
            "start": 1259822348,
            "stop": 1259828112
        },
        {
            "start": 1259828115,
            "stop": 1259828169
        },
        {
            "start": 1259828172,
            "stop": 1259828524
        },
        {
            "start": 1259828527,
            "stop": 1259831997
        },
        {
            "start": 1259832000,
            "stop": 1259833579
        },
        {
            "start": 1259833582,
            "stop": 1259834332
        },
        {
            "start": 1259834334,
            "stop": 1259837314
        },
        {
            "start": 1259837317,
            "stop": 1259838406
        },
        {
            "start": 1259838414,
            "stop": 1259845989
        },
        {
            "start": 1259845992,
            "stop": 1259847405
        },
        {
            "start": 1259847408,
            "stop": 1259847444
        },
        {
            "start": 1259847451,
            "stop": 1259849571
        },
        {
            "start": 1259849574,
            "stop": 1259852757
        },
        {
            "start": 1259852759,
            "stop": 1259853396
        }
    ]
}