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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=75",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 76,
    "results": [
        {
            "start": 931288590,
            "stop": 931288596
        },
        {
            "start": 931288605,
            "stop": 931288606
        },
        {
            "start": 931288672,
            "stop": 931288673
        },
        {
            "start": 931288707,
            "stop": 931288708
        },
        {
            "start": 931288735,
            "stop": 931288736
        },
        {
            "start": 931288744,
            "stop": 931288748
        },
        {
            "start": 931288756,
            "stop": 931288758
        },
        {
            "start": 931288761,
            "stop": 931288762
        },
        {
            "start": 931288827,
            "stop": 931288828
        },
        {
            "start": 931288834,
            "stop": 931288837
        },
        {
            "start": 931288857,
            "stop": 931288858
        },
        {
            "start": 931288886,
            "stop": 931288888
        },
        {
            "start": 931288895,
            "stop": 931288900
        },
        {
            "start": 931288913,
            "stop": 931288915
        },
        {
            "start": 931288929,
            "stop": 931288931
        },
        {
            "start": 931288933,
            "stop": 931288936
        },
        {
            "start": 931288942,
            "stop": 931288943
        },
        {
            "start": 931288946,
            "stop": 931288949
        },
        {
            "start": 931288954,
            "stop": 931288956
        },
        {
            "start": 931288966,
            "stop": 931288967
        }
    ]
}