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=1648
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=1649",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1647",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1648,
    "results": [
        {
            "start": 1248132101,
            "stop": 1248132486
        },
        {
            "start": 1248132489,
            "stop": 1248134178
        },
        {
            "start": 1248134181,
            "stop": 1248134700
        },
        {
            "start": 1248134703,
            "stop": 1248135015
        },
        {
            "start": 1248135018,
            "stop": 1248137252
        },
        {
            "start": 1248137260,
            "stop": 1248137418
        },
        {
            "start": 1248137421,
            "stop": 1248139725
        },
        {
            "start": 1248139728,
            "stop": 1248140998
        },
        {
            "start": 1248141000,
            "stop": 1248141001
        },
        {
            "start": 1248141003,
            "stop": 1248141243
        },
        {
            "start": 1248141244,
            "stop": 1248141411
        },
        {
            "start": 1248141413,
            "stop": 1248141464
        },
        {
            "start": 1248141472,
            "stop": 1248141474
        },
        {
            "start": 1248141475,
            "stop": 1248141906
        },
        {
            "start": 1248141907,
            "stop": 1248142024
        },
        {
            "start": 1248142044,
            "stop": 1248142985
        },
        {
            "start": 1248142988,
            "stop": 1248143851
        },
        {
            "start": 1248143854,
            "stop": 1248148074
        },
        {
            "start": 1248148077,
            "stop": 1248148193
        },
        {
            "start": 1248148196,
            "stop": 1248149557
        }
    ]
}