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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=38",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 39,
    "results": [
        {
            "start": 816476352,
            "stop": 816476562
        },
        {
            "start": 816476594,
            "stop": 816476628
        },
        {
            "start": 816476683,
            "stop": 816476710
        },
        {
            "start": 816476770,
            "stop": 816476772
        },
        {
            "start": 816476800,
            "stop": 816476865
        },
        {
            "start": 816476933,
            "stop": 816476968
        },
        {
            "start": 816477010,
            "stop": 816477113
        },
        {
            "start": 816477132,
            "stop": 816477190
        },
        {
            "start": 816477210,
            "stop": 816477351
        },
        {
            "start": 816477371,
            "stop": 816477455
        },
        {
            "start": 816477548,
            "stop": 816477789
        },
        {
            "start": 816477847,
            "stop": 816478067
        },
        {
            "start": 816478088,
            "stop": 816478110
        },
        {
            "start": 816478130,
            "stop": 816478307
        },
        {
            "start": 816478334,
            "stop": 816478687
        },
        {
            "start": 816478708,
            "stop": 816478836
        },
        {
            "start": 816478879,
            "stop": 816479122
        },
        {
            "start": 816479142,
            "stop": 816479284
        },
        {
            "start": 816479305,
            "stop": 816479314
        },
        {
            "start": 816479339,
            "stop": 816479462
        }
    ]
}