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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=170",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 171,
    "results": [
        {
            "start": 932370618,
            "stop": 932371006
        },
        {
            "start": 932371008,
            "stop": 932371215
        },
        {
            "start": 932371575,
            "stop": 932373038
        },
        {
            "start": 932373041,
            "stop": 932373144
        },
        {
            "start": 932379009,
            "stop": 932379207
        },
        {
            "start": 932379209,
            "stop": 932379360
        },
        {
            "start": 932379362,
            "stop": 932380034
        },
        {
            "start": 932380036,
            "stop": 932381505
        },
        {
            "start": 932381507,
            "stop": 932381764
        },
        {
            "start": 932381766,
            "stop": 932381850
        },
        {
            "start": 932381852,
            "stop": 932381860
        },
        {
            "start": 932381862,
            "stop": 932382015
        },
        {
            "start": 932382375,
            "stop": 932382670
        },
        {
            "start": 932388600,
            "stop": 932388628
        },
        {
            "start": 932388630,
            "stop": 932389215
        },
        {
            "start": 932392463,
            "stop": 932392815
        },
        {
            "start": 932393175,
            "stop": 932393760
        },
        {
            "start": 932393762,
            "stop": 932394488
        },
        {
            "start": 932394492,
            "stop": 932395163
        },
        {
            "start": 932395168,
            "stop": 932395571
        }
    ]
}