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=690
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=691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=689",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 690,
    "results": [
        {
            "start": 830033059,
            "stop": 830033074
        },
        {
            "start": 830033192,
            "stop": 830033199
        },
        {
            "start": 830033216,
            "stop": 830033242
        },
        {
            "start": 830033265,
            "stop": 830033275
        },
        {
            "start": 830034181,
            "stop": 830034186
        },
        {
            "start": 830034332,
            "stop": 830034334
        },
        {
            "start": 830034355,
            "stop": 830034364
        },
        {
            "start": 830034532,
            "stop": 830034554
        },
        {
            "start": 830034609,
            "stop": 830034627
        },
        {
            "start": 830034684,
            "stop": 830034685
        },
        {
            "start": 830034716,
            "stop": 830034797
        },
        {
            "start": 830034816,
            "stop": 830034838
        },
        {
            "start": 830034855,
            "stop": 830034954
        },
        {
            "start": 830034971,
            "stop": 830034995
        },
        {
            "start": 830035029,
            "stop": 830035046
        },
        {
            "start": 830035065,
            "stop": 830035067
        },
        {
            "start": 830035117,
            "stop": 830035197
        },
        {
            "start": 830035216,
            "stop": 830035264
        },
        {
            "start": 830035283,
            "stop": 830035342
        },
        {
            "start": 830035361,
            "stop": 830035426
        }
    ]
}