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=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=469",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 470,
    "results": [
        {
            "start": 826004568,
            "stop": 826005475
        },
        {
            "start": 826005479,
            "stop": 826010683
        },
        {
            "start": 826010686,
            "stop": 826010690
        },
        {
            "start": 826010693,
            "stop": 826010867
        },
        {
            "start": 826010870,
            "stop": 826012781
        },
        {
            "start": 826012785,
            "stop": 826014462
        },
        {
            "start": 826014572,
            "stop": 826015145
        },
        {
            "start": 826015445,
            "stop": 826015459
        },
        {
            "start": 826015569,
            "stop": 826015738
        },
        {
            "start": 826016038,
            "stop": 826016594
        },
        {
            "start": 826016598,
            "stop": 826017039
        },
        {
            "start": 826017339,
            "stop": 826017621
        },
        {
            "start": 826017625,
            "stop": 826017734
        },
        {
            "start": 826017751,
            "stop": 826019159
        },
        {
            "start": 826019162,
            "stop": 826019762
        },
        {
            "start": 826019765,
            "stop": 826020153
        },
        {
            "start": 826020156,
            "stop": 826020872
        },
        {
            "start": 826020876,
            "stop": 826021263
        },
        {
            "start": 826021280,
            "stop": 826022768
        },
        {
            "start": 826022771,
            "stop": 826022862
        }
    ]
}