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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=347",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 348,
    "results": [
        {
            "start": 822940952,
            "stop": 822941887
        },
        {
            "start": 822941890,
            "stop": 822942853
        },
        {
            "start": 822942926,
            "stop": 822943681
        },
        {
            "start": 822943685,
            "stop": 822943713
        },
        {
            "start": 822943716,
            "stop": 822943814
        },
        {
            "start": 822943831,
            "stop": 822944084
        },
        {
            "start": 822944384,
            "stop": 822944859
        },
        {
            "start": 822944862,
            "stop": 822945386
        },
        {
            "start": 822945389,
            "stop": 822946521
        },
        {
            "start": 822946538,
            "stop": 822946933
        },
        {
            "start": 822947407,
            "stop": 822947644
        },
        {
            "start": 822947665,
            "stop": 822948161
        },
        {
            "start": 822948178,
            "stop": 822948382
        },
        {
            "start": 822948399,
            "stop": 822948643
        },
        {
            "start": 822948660,
            "stop": 822948671
        },
        {
            "start": 822948688,
            "stop": 822948970
        },
        {
            "start": 822948973,
            "stop": 822949140
        },
        {
            "start": 822949201,
            "stop": 822949813
        },
        {
            "start": 822949897,
            "stop": 822949936
        },
        {
            "start": 822950031,
            "stop": 822950282
        }
    ]
}