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=3537
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=3538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3536",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3537,
    "results": [
        {
            "start": 871546930,
            "stop": 871547092
        },
        {
            "start": 871547126,
            "stop": 871547324
        },
        {
            "start": 871547522,
            "stop": 871547564
        },
        {
            "start": 871547745,
            "stop": 871548271
        },
        {
            "start": 871548288,
            "stop": 871548454
        },
        {
            "start": 871548471,
            "stop": 871548526
        },
        {
            "start": 871548544,
            "stop": 871548550
        },
        {
            "start": 871548567,
            "stop": 871549803
        },
        {
            "start": 871549820,
            "stop": 871550064
        },
        {
            "start": 871550081,
            "stop": 871550142
        },
        {
            "start": 871550190,
            "stop": 871550261
        },
        {
            "start": 871550278,
            "stop": 871550292
        },
        {
            "start": 871550333,
            "stop": 871550486
        },
        {
            "start": 871550510,
            "stop": 871550516
        },
        {
            "start": 871550533,
            "stop": 871550621
        },
        {
            "start": 871550653,
            "stop": 871550690
        },
        {
            "start": 871550707,
            "stop": 871550807
        },
        {
            "start": 871550824,
            "stop": 871550855
        },
        {
            "start": 871550872,
            "stop": 871551124
        },
        {
            "start": 871551141,
            "stop": 871551179
        }
    ]
}