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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=30",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 31,
    "results": [
        {
            "start": 821748924,
            "stop": 821750779
        },
        {
            "start": 821750880,
            "stop": 821754552
        },
        {
            "start": 821755693,
            "stop": 821757274
        },
        {
            "start": 821760530,
            "stop": 821767616
        },
        {
            "start": 821767678,
            "stop": 821767813
        },
        {
            "start": 821768263,
            "stop": 821776404
        },
        {
            "start": 821776524,
            "stop": 821780345
        },
        {
            "start": 821781726,
            "stop": 821783743
        },
        {
            "start": 821786944,
            "stop": 821788098
        },
        {
            "start": 821788774,
            "stop": 821788884
        },
        {
            "start": 821789017,
            "stop": 821789517
        },
        {
            "start": 821789523,
            "stop": 821789628
        },
        {
            "start": 821789722,
            "stop": 821790032
        },
        {
            "start": 821790113,
            "stop": 821790938
        },
        {
            "start": 821791210,
            "stop": 821792178
        },
        {
            "start": 821792338,
            "stop": 821798083
        },
        {
            "start": 821798294,
            "stop": 821799305
        },
        {
            "start": 821799414,
            "stop": 821805956
        },
        {
            "start": 821806058,
            "stop": 821806072
        },
        {
            "start": 821914417,
            "stop": 821919849
        }
    ]
}