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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4789",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4787",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4788,
    "results": [
        {
            "start": 970645715,
            "stop": 970645864
        },
        {
            "start": 970645867,
            "stop": 970647038
        },
        {
            "start": 970647041,
            "stop": 970647111
        },
        {
            "start": 970647114,
            "stop": 970647828
        },
        {
            "start": 970647831,
            "stop": 970648090
        },
        {
            "start": 970648093,
            "stop": 970648128
        },
        {
            "start": 970648131,
            "stop": 970648166
        },
        {
            "start": 970648169,
            "stop": 970648412
        },
        {
            "start": 970648415,
            "stop": 970649055
        },
        {
            "start": 970649058,
            "stop": 970649325
        },
        {
            "start": 970649328,
            "stop": 970649900
        },
        {
            "start": 970649903,
            "stop": 970650221
        },
        {
            "start": 970650224,
            "stop": 970650282
        },
        {
            "start": 970650285,
            "stop": 970650878
        },
        {
            "start": 970650881,
            "stop": 970650982
        },
        {
            "start": 970650985,
            "stop": 970651104
        },
        {
            "start": 970651107,
            "stop": 970651137
        },
        {
            "start": 970651140,
            "stop": 970651311
        },
        {
            "start": 970651314,
            "stop": 970651545
        },
        {
            "start": 970651548,
            "stop": 970652071
        }
    ]
}