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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7519",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7517",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7518,
    "results": [
        {
            "start": 970313848,
            "stop": 970313930
        },
        {
            "start": 970313936,
            "stop": 970314338
        },
        {
            "start": 970314344,
            "stop": 970314350
        },
        {
            "start": 970314353,
            "stop": 970314392
        },
        {
            "start": 970314395,
            "stop": 970314404
        },
        {
            "start": 970314410,
            "stop": 970314415
        },
        {
            "start": 970314421,
            "stop": 970314422
        },
        {
            "start": 970314425,
            "stop": 970314448
        },
        {
            "start": 970314454,
            "stop": 970314576
        },
        {
            "start": 970314582,
            "stop": 970314583
        },
        {
            "start": 970314611,
            "stop": 970314612
        },
        {
            "start": 970314715,
            "stop": 970314716
        },
        {
            "start": 970314747,
            "stop": 970314967
        },
        {
            "start": 970314970,
            "stop": 970314999
        },
        {
            "start": 970315010,
            "stop": 970315203
        },
        {
            "start": 970315206,
            "stop": 970315210
        },
        {
            "start": 970315216,
            "stop": 970315224
        },
        {
            "start": 970315230,
            "stop": 970315288
        },
        {
            "start": 970315291,
            "stop": 970315342
        },
        {
            "start": 970315348,
            "stop": 970315357
        }
    ]
}