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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=385",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 386,
    "results": [
        {
            "start": 824212851,
            "stop": 824212890
        },
        {
            "start": 824212898,
            "stop": 824212904
        },
        {
            "start": 824212909,
            "stop": 824212987
        },
        {
            "start": 824212991,
            "stop": 824213080
        },
        {
            "start": 824213097,
            "stop": 824213156
        },
        {
            "start": 824213160,
            "stop": 824213248
        },
        {
            "start": 824213257,
            "stop": 824213272
        },
        {
            "start": 824213276,
            "stop": 824213360
        },
        {
            "start": 824213363,
            "stop": 824213400
        },
        {
            "start": 824213460,
            "stop": 824214065
        },
        {
            "start": 824214070,
            "stop": 824214296
        },
        {
            "start": 824215048,
            "stop": 824215104
        },
        {
            "start": 824215108,
            "stop": 824215176
        },
        {
            "start": 824215180,
            "stop": 824215333
        },
        {
            "start": 824216233,
            "stop": 824216442
        },
        {
            "start": 824216445,
            "stop": 824216481
        },
        {
            "start": 824216485,
            "stop": 824216639
        },
        {
            "start": 824216648,
            "stop": 824216717
        },
        {
            "start": 824216720,
            "stop": 824216893
        },
        {
            "start": 824216899,
            "stop": 824216928
        }
    ]
}