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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=270",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 271,
    "results": [
        {
            "start": 865175797,
            "stop": 865175927
        },
        {
            "start": 865176039,
            "stop": 865177194
        },
        {
            "start": 865178130,
            "stop": 865178408
        },
        {
            "start": 865178550,
            "stop": 865180760
        },
        {
            "start": 865181667,
            "stop": 865181737
        },
        {
            "start": 865181927,
            "stop": 865187043
        },
        {
            "start": 865187219,
            "stop": 865187427
        },
        {
            "start": 865188982,
            "stop": 865198772
        },
        {
            "start": 865201014,
            "stop": 865201206
        },
        {
            "start": 865201294,
            "stop": 865202418
        },
        {
            "start": 865202523,
            "stop": 865203224
        },
        {
            "start": 865203690,
            "stop": 865214109
        },
        {
            "start": 865220726,
            "stop": 865221502
        },
        {
            "start": 865221726,
            "stop": 865237641
        },
        {
            "start": 865238565,
            "stop": 865250433
        },
        {
            "start": 865251179,
            "stop": 865251321
        },
        {
            "start": 865252524,
            "stop": 865265141
        },
        {
            "start": 865269137,
            "stop": 865269373
        },
        {
            "start": 865269422,
            "stop": 865271454
        },
        {
            "start": 865271530,
            "stop": 865282766
        }
    ]
}