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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 65,
    "results": [
        {
            "start": 1373170173,
            "stop": 1373172645
        },
        {
            "start": 1373172650,
            "stop": 1373179882
        },
        {
            "start": 1373179887,
            "stop": 1373186094
        },
        {
            "start": 1373186099,
            "stop": 1373200865
        },
        {
            "start": 1373200870,
            "stop": 1373208546
        },
        {
            "start": 1373245842,
            "stop": 1373254783
        },
        {
            "start": 1373254788,
            "stop": 1373255983
        },
        {
            "start": 1373255986,
            "stop": 1373259652
        },
        {
            "start": 1373259657,
            "stop": 1373263692
        },
        {
            "start": 1373263697,
            "stop": 1373266441
        },
        {
            "start": 1373266446,
            "stop": 1373269683
        },
        {
            "start": 1373269686,
            "stop": 1373271010
        },
        {
            "start": 1373277824,
            "stop": 1373277932
        },
        {
            "start": 1373277937,
            "stop": 1373281137
        },
        {
            "start": 1373281142,
            "stop": 1373283034
        },
        {
            "start": 1373283039,
            "stop": 1373289665
        },
        {
            "start": 1373289670,
            "stop": 1373289823
        },
        {
            "start": 1373289828,
            "stop": 1373292268
        },
        {
            "start": 1373292273,
            "stop": 1373292623
        },
        {
            "start": 1373292628,
            "stop": 1373293904
        }
    ]
}