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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=444",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 445,
    "results": [
        {
            "start": 944859644,
            "stop": 944863633
        },
        {
            "start": 944867044,
            "stop": 944867047
        },
        {
            "start": 944868337,
            "stop": 944868658
        },
        {
            "start": 944870172,
            "stop": 944883348
        },
        {
            "start": 944886043,
            "stop": 944914743
        },
        {
            "start": 944914745,
            "stop": 944927040
        },
        {
            "start": 944952966,
            "stop": 944956572
        },
        {
            "start": 944958148,
            "stop": 945010503
        },
        {
            "start": 945017826,
            "stop": 945019942
        },
        {
            "start": 945019948,
            "stop": 945020078
        },
        {
            "start": 945020080,
            "stop": 945020101
        },
        {
            "start": 945020103,
            "stop": 945020389
        },
        {
            "start": 945030252,
            "stop": 945032461
        },
        {
            "start": 945034449,
            "stop": 945035284
        },
        {
            "start": 945036592,
            "stop": 945036815
        },
        {
            "start": 945038173,
            "stop": 945039818
        },
        {
            "start": 945040985,
            "stop": 945041268
        },
        {
            "start": 945044497,
            "stop": 945049770
        },
        {
            "start": 945054417,
            "stop": 945084156
        },
        {
            "start": 945084158,
            "stop": 945095467
        }
    ]
}