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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=36",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 37,
    "results": [
        {
            "start": 816475853,
            "stop": 816475878
        },
        {
            "start": 816475899,
            "stop": 816475941
        },
        {
            "start": 816476019,
            "stop": 816476048
        },
        {
            "start": 816476100,
            "stop": 816476135
        },
        {
            "start": 816476175,
            "stop": 816476236
        },
        {
            "start": 816476275,
            "stop": 816476276
        },
        {
            "start": 816476296,
            "stop": 816476332
        },
        {
            "start": 816476352,
            "stop": 816476562
        },
        {
            "start": 816476594,
            "stop": 816476628
        },
        {
            "start": 816476683,
            "stop": 816476710
        },
        {
            "start": 816476770,
            "stop": 816476772
        },
        {
            "start": 816476800,
            "stop": 816476806
        },
        {
            "start": 816476933,
            "stop": 816476968
        },
        {
            "start": 816477010,
            "stop": 816477113
        },
        {
            "start": 816477132,
            "stop": 816477190
        },
        {
            "start": 816477210,
            "stop": 816477246
        },
        {
            "start": 816477371,
            "stop": 816477455
        },
        {
            "start": 816477548,
            "stop": 816477789
        },
        {
            "start": 816477847,
            "stop": 816478067
        },
        {
            "start": 816478088,
            "stop": 816478110
        }
    ]
}