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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8627",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8628,
    "results": [
        {
            "start": 871303020,
            "stop": 871303391
        },
        {
            "start": 871303408,
            "stop": 871304781
        },
        {
            "start": 871304825,
            "stop": 871307828
        },
        {
            "start": 871307845,
            "stop": 871307926
        },
        {
            "start": 871308080,
            "stop": 871308590
        },
        {
            "start": 871308670,
            "stop": 871308721
        },
        {
            "start": 871308738,
            "stop": 871308818
        },
        {
            "start": 871308835,
            "stop": 871309258
        },
        {
            "start": 871309275,
            "stop": 871310350
        },
        {
            "start": 871310367,
            "stop": 871310961
        },
        {
            "start": 871310978,
            "stop": 871311102
        },
        {
            "start": 871311190,
            "stop": 871311437
        },
        {
            "start": 871311550,
            "stop": 871312384
        },
        {
            "start": 871312401,
            "stop": 871312821
        },
        {
            "start": 871313121,
            "stop": 871313132
        },
        {
            "start": 871313140,
            "stop": 871313880
        },
        {
            "start": 871313940,
            "stop": 871315500
        },
        {
            "start": 871315560,
            "stop": 871315740
        },
        {
            "start": 871315800,
            "stop": 871315980
        },
        {
            "start": 871316040,
            "stop": 871316744
        }
    ]
}