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=514
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=515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=513",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 514,
    "results": [
        {
            "start": 827037916,
            "stop": 827038799
        },
        {
            "start": 827038816,
            "stop": 827038921
        },
        {
            "start": 827038942,
            "stop": 827040515
        },
        {
            "start": 827040532,
            "stop": 827040588
        },
        {
            "start": 827040607,
            "stop": 827040608
        },
        {
            "start": 827040640,
            "stop": 827041174
        },
        {
            "start": 827043925,
            "stop": 827044071
        },
        {
            "start": 827044075,
            "stop": 827044511
        },
        {
            "start": 827044535,
            "stop": 827045378
        },
        {
            "start": 827045381,
            "stop": 827045659
        },
        {
            "start": 827045662,
            "stop": 827046448
        },
        {
            "start": 827046452,
            "stop": 827046486
        },
        {
            "start": 827046489,
            "stop": 827046491
        },
        {
            "start": 827046494,
            "stop": 827046566
        },
        {
            "start": 827046569,
            "stop": 827049130
        },
        {
            "start": 827049135,
            "stop": 827049367
        },
        {
            "start": 827049387,
            "stop": 827049393
        },
        {
            "start": 827049412,
            "stop": 827049660
        },
        {
            "start": 827049683,
            "stop": 827049827
        },
        {
            "start": 827049846,
            "stop": 827050111
        }
    ]
}