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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=285",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 286,
    "results": [
        {
            "start": 1240349458,
            "stop": 1240349459
        },
        {
            "start": 1240349460,
            "stop": 1240349535
        },
        {
            "start": 1240349536,
            "stop": 1240349606
        },
        {
            "start": 1240349607,
            "stop": 1240349638
        },
        {
            "start": 1240349640,
            "stop": 1240349652
        },
        {
            "start": 1240349653,
            "stop": 1240349686
        },
        {
            "start": 1240349687,
            "stop": 1240349693
        },
        {
            "start": 1240349694,
            "stop": 1240349794
        },
        {
            "start": 1240349795,
            "stop": 1240349796
        },
        {
            "start": 1240349797,
            "stop": 1240349849
        },
        {
            "start": 1240349850,
            "stop": 1240349958
        },
        {
            "start": 1240349959,
            "stop": 1240349960
        },
        {
            "start": 1240349961,
            "stop": 1240349976
        },
        {
            "start": 1240349977,
            "stop": 1240349979
        },
        {
            "start": 1240349980,
            "stop": 1240350027
        },
        {
            "start": 1240350028,
            "stop": 1240350046
        },
        {
            "start": 1240350047,
            "stop": 1240350076
        },
        {
            "start": 1240350080,
            "stop": 1240350208
        },
        {
            "start": 1240350209,
            "stop": 1240350212
        },
        {
            "start": 1240350213,
            "stop": 1240350236
        }
    ]
}