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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=331",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 332,
    "results": [
        {
            "start": 938761464,
            "stop": 938761514
        },
        {
            "start": 938761519,
            "stop": 938761541
        },
        {
            "start": 938761544,
            "stop": 938761701
        },
        {
            "start": 938761704,
            "stop": 938761924
        },
        {
            "start": 938761929,
            "stop": 938761931
        },
        {
            "start": 938761934,
            "stop": 938762034
        },
        {
            "start": 938762037,
            "stop": 938762429
        },
        {
            "start": 938762432,
            "stop": 938762713
        },
        {
            "start": 938762717,
            "stop": 938762915
        },
        {
            "start": 938762917,
            "stop": 938763012
        },
        {
            "start": 938763015,
            "stop": 938763043
        },
        {
            "start": 938763045,
            "stop": 938764082
        },
        {
            "start": 938764087,
            "stop": 938767687
        },
        {
            "start": 938767690,
            "stop": 938772062
        },
        {
            "start": 938774560,
            "stop": 938779100
        },
        {
            "start": 938779103,
            "stop": 938781384
        },
        {
            "start": 938781387,
            "stop": 938782393
        },
        {
            "start": 938782396,
            "stop": 938782504
        },
        {
            "start": 938782507,
            "stop": 938782760
        },
        {
            "start": 938782763,
            "stop": 938783392
        }
    ]
}