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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14848",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14846",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14847,
    "results": [
        {
            "start": 971402026,
            "stop": 971402057
        },
        {
            "start": 971402059,
            "stop": 971402075
        },
        {
            "start": 971402077,
            "stop": 971402084
        },
        {
            "start": 971402085,
            "stop": 971402087
        },
        {
            "start": 971402088,
            "stop": 971402089
        },
        {
            "start": 971402091,
            "stop": 971402095
        },
        {
            "start": 971402096,
            "stop": 971402102
        },
        {
            "start": 971402104,
            "stop": 971402137
        },
        {
            "start": 971402138,
            "stop": 971402147
        },
        {
            "start": 971402149,
            "stop": 971402153
        },
        {
            "start": 971402156,
            "stop": 971402157
        },
        {
            "start": 971402158,
            "stop": 971402192
        },
        {
            "start": 971402194,
            "stop": 971402215
        },
        {
            "start": 971402217,
            "stop": 971402223
        },
        {
            "start": 971402224,
            "stop": 971402229
        },
        {
            "start": 971402231,
            "stop": 971402232
        },
        {
            "start": 971402235,
            "stop": 971402251
        },
        {
            "start": 971402256,
            "stop": 971402257
        },
        {
            "start": 971402258,
            "stop": 971402262
        },
        {
            "start": 971402263,
            "stop": 971402270
        }
    ]
}