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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=135",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 136,
    "results": [
        {
            "start": 816749007,
            "stop": 816749060
        },
        {
            "start": 816749063,
            "stop": 816749095
        },
        {
            "start": 816749099,
            "stop": 816749103
        },
        {
            "start": 816749108,
            "stop": 816749168
        },
        {
            "start": 816749172,
            "stop": 816749192
        },
        {
            "start": 816749196,
            "stop": 816749205
        },
        {
            "start": 816749210,
            "stop": 816749212
        },
        {
            "start": 816749217,
            "stop": 816749221
        },
        {
            "start": 816749225,
            "stop": 816749243
        },
        {
            "start": 816749247,
            "stop": 816749250
        },
        {
            "start": 816749254,
            "stop": 816749258
        },
        {
            "start": 816749262,
            "stop": 816749292
        },
        {
            "start": 816749297,
            "stop": 816749298
        },
        {
            "start": 816749303,
            "stop": 816749305
        },
        {
            "start": 816749310,
            "stop": 816749311
        },
        {
            "start": 816749316,
            "stop": 816749318
        },
        {
            "start": 816749328,
            "stop": 816749330
        },
        {
            "start": 816749335,
            "stop": 816749338
        },
        {
            "start": 816749345,
            "stop": 816749351
        },
        {
            "start": 816749355,
            "stop": 816749358
        }
    ]
}