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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=325",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 326,
    "results": [
        {
            "start": 863307562,
            "stop": 863317152
        },
        {
            "start": 863317985,
            "stop": 863334683
        },
        {
            "start": 863335510,
            "stop": 863344879
        },
        {
            "start": 863350105,
            "stop": 863354602
        },
        {
            "start": 863355527,
            "stop": 863361226
        },
        {
            "start": 863362248,
            "stop": 863369667
        },
        {
            "start": 863370460,
            "stop": 863371567
        },
        {
            "start": 863372103,
            "stop": 863379778
        },
        {
            "start": 863381569,
            "stop": 863386042
        },
        {
            "start": 863386101,
            "stop": 863386165
        },
        {
            "start": 863386278,
            "stop": 863427806
        },
        {
            "start": 863428698,
            "stop": 863434462
        },
        {
            "start": 863435800,
            "stop": 863435964
        },
        {
            "start": 863437132,
            "stop": 863449334
        },
        {
            "start": 863450614,
            "stop": 863460776
        },
        {
            "start": 863461144,
            "stop": 863462306
        },
        {
            "start": 863462613,
            "stop": 863463673
        },
        {
            "start": 863463848,
            "stop": 863472646
        },
        {
            "start": 863479042,
            "stop": 863494702
        },
        {
            "start": 863494834,
            "stop": 863507928
        }
    ]
}