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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=346",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 347,
    "results": [
        {
            "start": 931920605,
            "stop": 931920609
        },
        {
            "start": 931920611,
            "stop": 931920616
        },
        {
            "start": 931920618,
            "stop": 931920619
        },
        {
            "start": 931920621,
            "stop": 931920638
        },
        {
            "start": 931920640,
            "stop": 931920643
        },
        {
            "start": 931920645,
            "stop": 931920664
        },
        {
            "start": 931920667,
            "stop": 931920762
        },
        {
            "start": 931920765,
            "stop": 931920790
        },
        {
            "start": 931920792,
            "stop": 931920793
        },
        {
            "start": 931920795,
            "stop": 931920824
        },
        {
            "start": 931920826,
            "stop": 931920834
        },
        {
            "start": 931920836,
            "stop": 931920850
        },
        {
            "start": 931920852,
            "stop": 931920857
        },
        {
            "start": 931920859,
            "stop": 931920861
        },
        {
            "start": 931920863,
            "stop": 931920865
        },
        {
            "start": 931920871,
            "stop": 931920873
        },
        {
            "start": 931920878,
            "stop": 931920920
        },
        {
            "start": 931920926,
            "stop": 931920929
        },
        {
            "start": 931920931,
            "stop": 931920937
        },
        {
            "start": 931920940,
            "stop": 931920949
        }
    ]
}