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=3681
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=3682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3680",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3681,
    "results": [
        {
            "start": 873027267,
            "stop": 873027270
        },
        {
            "start": 873027287,
            "stop": 873027360
        },
        {
            "start": 873027540,
            "stop": 873027980
        },
        {
            "start": 873027997,
            "stop": 873028009
        },
        {
            "start": 873028026,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873028499
        },
        {
            "start": 873028516,
            "stop": 873028699
        },
        {
            "start": 873028718,
            "stop": 873028725
        },
        {
            "start": 873028747,
            "stop": 873028800
        },
        {
            "start": 873028817,
            "stop": 873028853
        },
        {
            "start": 873028884,
            "stop": 873028891
        },
        {
            "start": 873028909,
            "stop": 873028917
        },
        {
            "start": 873028934,
            "stop": 873029000
        },
        {
            "start": 873029017,
            "stop": 873029030
        },
        {
            "start": 873029047,
            "stop": 873029053
        },
        {
            "start": 873029070,
            "stop": 873029080
        },
        {
            "start": 873029097,
            "stop": 873029159
        },
        {
            "start": 873029176,
            "stop": 873029183
        },
        {
            "start": 873029204,
            "stop": 873029213
        },
        {
            "start": 873029230,
            "stop": 873029323
        }
    ]
}