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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=221",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 222,
    "results": [
        {
            "start": 1240107815,
            "stop": 1240107821
        },
        {
            "start": 1240107822,
            "stop": 1240107847
        },
        {
            "start": 1240107849,
            "stop": 1240107905
        },
        {
            "start": 1240107908,
            "stop": 1240107950
        },
        {
            "start": 1240107951,
            "stop": 1240107957
        },
        {
            "start": 1240107958,
            "stop": 1240107973
        },
        {
            "start": 1240107974,
            "stop": 1240107978
        },
        {
            "start": 1240107979,
            "stop": 1240107987
        },
        {
            "start": 1240107988,
            "stop": 1240107991
        },
        {
            "start": 1240107993,
            "stop": 1240108034
        },
        {
            "start": 1240108037,
            "stop": 1240108058
        },
        {
            "start": 1240108061,
            "stop": 1240108145
        },
        {
            "start": 1240108146,
            "stop": 1240108147
        },
        {
            "start": 1240108149,
            "stop": 1240108178
        },
        {
            "start": 1240108181,
            "stop": 1240108253
        },
        {
            "start": 1240108255,
            "stop": 1240108286
        },
        {
            "start": 1240108287,
            "stop": 1240108289
        },
        {
            "start": 1240108291,
            "stop": 1240108336
        },
        {
            "start": 1240108337,
            "stop": 1240108343
        },
        {
            "start": 1240108344,
            "stop": 1240108460
        }
    ]
}