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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=515",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 516,
    "results": [
        {
            "start": 825909423,
            "stop": 825909490
        },
        {
            "start": 825909494,
            "stop": 825909841
        },
        {
            "start": 825909852,
            "stop": 825910069
        },
        {
            "start": 825910070,
            "stop": 825910085
        },
        {
            "start": 825910087,
            "stop": 825910112
        },
        {
            "start": 825910122,
            "stop": 825910153
        },
        {
            "start": 825943279,
            "stop": 825943286
        },
        {
            "start": 825943288,
            "stop": 825944773
        },
        {
            "start": 825947854,
            "stop": 825948389
        },
        {
            "start": 825948390,
            "stop": 825952014
        },
        {
            "start": 825952015,
            "stop": 825956358
        },
        {
            "start": 825959156,
            "stop": 825959972
        },
        {
            "start": 825959973,
            "stop": 825960613
        },
        {
            "start": 825961967,
            "stop": 825962142
        },
        {
            "start": 825964355,
            "stop": 825965833
        },
        {
            "start": 825966665,
            "stop": 825969600
        },
        {
            "start": 825969601,
            "stop": 825970923
        },
        {
            "start": 825971514,
            "stop": 825974170
        },
        {
            "start": 825974171,
            "stop": 825975553
        },
        {
            "start": 825976740,
            "stop": 825978564
        }
    ]
}