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=3507
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=3508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3506",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3507,
    "results": [
        {
            "start": 871326790,
            "stop": 871326838
        },
        {
            "start": 871326960,
            "stop": 871326995
        },
        {
            "start": 871326998,
            "stop": 871327159
        },
        {
            "start": 871327176,
            "stop": 871327184
        },
        {
            "start": 871327192,
            "stop": 871327200
        },
        {
            "start": 871327260,
            "stop": 871327360
        },
        {
            "start": 871327372,
            "stop": 871327380
        },
        {
            "start": 871327384,
            "stop": 871327419
        },
        {
            "start": 871327427,
            "stop": 871327506
        },
        {
            "start": 871327515,
            "stop": 871327560
        },
        {
            "start": 871327680,
            "stop": 871327754
        },
        {
            "start": 871327763,
            "stop": 871327773
        },
        {
            "start": 871327787,
            "stop": 871327797
        },
        {
            "start": 871327801,
            "stop": 871327806
        },
        {
            "start": 871327825,
            "stop": 871327836
        },
        {
            "start": 871327844,
            "stop": 871327850
        },
        {
            "start": 871327923,
            "stop": 871327927
        },
        {
            "start": 871327931,
            "stop": 871327964
        },
        {
            "start": 871327968,
            "stop": 871327980
        },
        {
            "start": 871328220,
            "stop": 871328225
        }
    ]
}