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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 106,
    "results": [
        {
            "start": 1377226507,
            "stop": 1377233040
        },
        {
            "start": 1377233045,
            "stop": 1377234463
        },
        {
            "start": 1377234468,
            "stop": 1377241924
        },
        {
            "start": 1377245781,
            "stop": 1377248786
        },
        {
            "start": 1377248791,
            "stop": 1377255940
        },
        {
            "start": 1377255945,
            "stop": 1377257641
        },
        {
            "start": 1377257646,
            "stop": 1377258767
        },
        {
            "start": 1377270400,
            "stop": 1377274461
        },
        {
            "start": 1377274466,
            "stop": 1377282154
        },
        {
            "start": 1377282159,
            "stop": 1377282510
        },
        {
            "start": 1377282515,
            "stop": 1377283758
        },
        {
            "start": 1377283762,
            "stop": 1377289015
        },
        {
            "start": 1377306572,
            "stop": 1377306636
        },
        {
            "start": 1377309427,
            "stop": 1377321411
        },
        {
            "start": 1377321416,
            "stop": 1377328542
        },
        {
            "start": 1377328547,
            "stop": 1377330477
        },
        {
            "start": 1377330482,
            "stop": 1377332867
        },
        {
            "start": 1377332946,
            "stop": 1377344983
        },
        {
            "start": 1377344988,
            "stop": 1377354152
        },
        {
            "start": 1377355245,
            "stop": 1377355516
        }
    ]
}