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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 16,
    "results": [
        {
            "start": 1398897828,
            "stop": 1398899768
        },
        {
            "start": 1398915048,
            "stop": 1398917821
        },
        {
            "start": 1398923864,
            "stop": 1398932684
        },
        {
            "start": 1398932689,
            "stop": 1398934338
        },
        {
            "start": 1398934344,
            "stop": 1398936230
        },
        {
            "start": 1398936235,
            "stop": 1398947052
        },
        {
            "start": 1398951090,
            "stop": 1398955471
        },
        {
            "start": 1398961184,
            "stop": 1398962847
        },
        {
            "start": 1398969721,
            "stop": 1398975335
        },
        {
            "start": 1398983821,
            "stop": 1398987260
        },
        {
            "start": 1398990824,
            "stop": 1398997060
        },
        {
            "start": 1398997063,
            "stop": 1399005061
        },
        {
            "start": 1399005065,
            "stop": 1399019905
        },
        {
            "start": 1399019910,
            "stop": 1399020153
        },
        {
            "start": 1399020156,
            "stop": 1399022423
        },
        {
            "start": 1399022427,
            "stop": 1399024971
        },
        {
            "start": 1399024978,
            "stop": 1399024997
        },
        {
            "start": 1399025004,
            "stop": 1399025551
        },
        {
            "start": 1399025558,
            "stop": 1399030495
        },
        {
            "start": 1399035584,
            "stop": 1399036915
        }
    ]
}