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=3508
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=3509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3507",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3508,
    "results": [
        {
            "start": 871328239,
            "stop": 871328274
        },
        {
            "start": 871328292,
            "stop": 871328303
        },
        {
            "start": 871328331,
            "stop": 871328425
        },
        {
            "start": 871328428,
            "stop": 871328487
        },
        {
            "start": 871328491,
            "stop": 871328502
        },
        {
            "start": 871328520,
            "stop": 871328551
        },
        {
            "start": 871328560,
            "stop": 871328642
        },
        {
            "start": 871328646,
            "stop": 871328652
        },
        {
            "start": 871328655,
            "stop": 871328662
        },
        {
            "start": 871328675,
            "stop": 871328740
        },
        {
            "start": 871328744,
            "stop": 871328752
        },
        {
            "start": 871328769,
            "stop": 871328801
        },
        {
            "start": 871328804,
            "stop": 871328832
        },
        {
            "start": 871328853,
            "stop": 871328992
        },
        {
            "start": 871328996,
            "stop": 871329070
        },
        {
            "start": 871329079,
            "stop": 871329084
        },
        {
            "start": 871329088,
            "stop": 871329118
        },
        {
            "start": 871329122,
            "stop": 871329395
        },
        {
            "start": 871330920,
            "stop": 871331046
        },
        {
            "start": 871331052,
            "stop": 871331306
        }
    ]
}