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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=38",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 39,
    "results": [
        {
            "start": 931504707,
            "stop": 931504709
        },
        {
            "start": 931504716,
            "stop": 931504724
        },
        {
            "start": 931504763,
            "stop": 931504771
        },
        {
            "start": 931504784,
            "stop": 931504787
        },
        {
            "start": 931504810,
            "stop": 931504812
        },
        {
            "start": 931504829,
            "stop": 931504831
        },
        {
            "start": 931504838,
            "stop": 931504843
        },
        {
            "start": 931504871,
            "stop": 931504873
        },
        {
            "start": 931504887,
            "stop": 931504888
        },
        {
            "start": 931504901,
            "stop": 931504907
        },
        {
            "start": 931504943,
            "stop": 931504945
        },
        {
            "start": 931504962,
            "stop": 931504964
        },
        {
            "start": 931504991,
            "stop": 931504996
        },
        {
            "start": 931505003,
            "stop": 931505004
        },
        {
            "start": 931505022,
            "stop": 931505023
        },
        {
            "start": 931505051,
            "stop": 931505054
        },
        {
            "start": 931505090,
            "stop": 931505091
        },
        {
            "start": 931505107,
            "stop": 931505118
        },
        {
            "start": 931505124,
            "stop": 931505129
        },
        {
            "start": 931505137,
            "stop": 931505138
        }
    ]
}