Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=282
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=281",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 282,
    "results": [
        {
            "start": 867966908,
            "stop": 867987954
        },
        {
            "start": 867988257,
            "stop": 867998192
        },
        {
            "start": 868000114,
            "stop": 868020088
        },
        {
            "start": 868020847,
            "stop": 868023244
        },
        {
            "start": 868023528,
            "stop": 868034687
        },
        {
            "start": 868035843,
            "stop": 868048412
        },
        {
            "start": 868049206,
            "stop": 868055545
        },
        {
            "start": 868058356,
            "stop": 868083806
        },
        {
            "start": 868084335,
            "stop": 868084798
        },
        {
            "start": 868085132,
            "stop": 868104242
        },
        {
            "start": 868108481,
            "stop": 868114480
        },
        {
            "start": 868133462,
            "stop": 868134195
        },
        {
            "start": 868136326,
            "stop": 868142858
        },
        {
            "start": 868143107,
            "stop": 868143547
        },
        {
            "start": 868143623,
            "stop": 868144669
        },
        {
            "start": 868144781,
            "stop": 868157954
        },
        {
            "start": 868160362,
            "stop": 868199200
        },
        {
            "start": 868202315,
            "stop": 868203701
        },
        {
            "start": 868206571,
            "stop": 868207672
        },
        {
            "start": 868208299,
            "stop": 868208794
        }
    ]
}