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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8087",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8085",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8086,
    "results": [
        {
            "start": 970602866,
            "stop": 970602873
        },
        {
            "start": 970602876,
            "stop": 970602890
        },
        {
            "start": 970602893,
            "stop": 970602898
        },
        {
            "start": 970602901,
            "stop": 970602916
        },
        {
            "start": 970602919,
            "stop": 970602951
        },
        {
            "start": 970602956,
            "stop": 970602973
        },
        {
            "start": 970602976,
            "stop": 970602980
        },
        {
            "start": 970602983,
            "stop": 970603429
        },
        {
            "start": 970603432,
            "stop": 970603973
        },
        {
            "start": 970603976,
            "stop": 970604121
        },
        {
            "start": 970604124,
            "stop": 970604303
        },
        {
            "start": 970604336,
            "stop": 970604338
        },
        {
            "start": 970604417,
            "stop": 970604450
        },
        {
            "start": 970604471,
            "stop": 970604762
        },
        {
            "start": 970604768,
            "stop": 970604772
        },
        {
            "start": 970604778,
            "stop": 970604905
        },
        {
            "start": 970604911,
            "stop": 970604967
        },
        {
            "start": 970604978,
            "stop": 970604979
        },
        {
            "start": 970605000,
            "stop": 970605012
        },
        {
            "start": 970605080,
            "stop": 970605090
        }
    ]
}