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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=335",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 336,
    "results": [
        {
            "start": 865171080,
            "stop": 865172325
        },
        {
            "start": 865172788,
            "stop": 865175689
        },
        {
            "start": 865175797,
            "stop": 865175927
        },
        {
            "start": 865176039,
            "stop": 865177171
        },
        {
            "start": 865178130,
            "stop": 865178408
        },
        {
            "start": 865178550,
            "stop": 865180737
        },
        {
            "start": 865181667,
            "stop": 865181737
        },
        {
            "start": 865181927,
            "stop": 865187043
        },
        {
            "start": 865187219,
            "stop": 865187427
        },
        {
            "start": 865188982,
            "stop": 865198749
        },
        {
            "start": 865201014,
            "stop": 865201206
        },
        {
            "start": 865201294,
            "stop": 865202418
        },
        {
            "start": 865202523,
            "stop": 865203224
        },
        {
            "start": 865203690,
            "stop": 865214085
        },
        {
            "start": 865220726,
            "stop": 865221502
        },
        {
            "start": 865221726,
            "stop": 865237641
        },
        {
            "start": 865238565,
            "stop": 865250433
        },
        {
            "start": 865251179,
            "stop": 865251298
        },
        {
            "start": 865252524,
            "stop": 865265141
        },
        {
            "start": 865269137,
            "stop": 865269373
        }
    ]
}