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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3761",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3762,
    "results": [
        {
            "start": 873009565,
            "stop": 873009615
        },
        {
            "start": 873009618,
            "stop": 873009690
        },
        {
            "start": 873009693,
            "stop": 873009841
        },
        {
            "start": 873009846,
            "stop": 873010179
        },
        {
            "start": 873010182,
            "stop": 873010188
        },
        {
            "start": 873010191,
            "stop": 873010579
        },
        {
            "start": 873010582,
            "stop": 873010809
        },
        {
            "start": 873010812,
            "stop": 873010825
        },
        {
            "start": 873010828,
            "stop": 873010860
        },
        {
            "start": 873010863,
            "stop": 873010875
        },
        {
            "start": 873010878,
            "stop": 873011119
        },
        {
            "start": 873011122,
            "stop": 873011125
        },
        {
            "start": 873011128,
            "stop": 873011135
        },
        {
            "start": 873011138,
            "stop": 873012047
        },
        {
            "start": 873013395,
            "stop": 873013405
        },
        {
            "start": 873013410,
            "stop": 873013417
        },
        {
            "start": 873013423,
            "stop": 873013430
        },
        {
            "start": 873013433,
            "stop": 873013630
        },
        {
            "start": 873013633,
            "stop": 873014092
        },
        {
            "start": 873014095,
            "stop": 873014101
        }
    ]
}