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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1390",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1391,
    "results": [
        {
            "start": 969585309,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969594523
        },
        {
            "start": 969594524,
            "stop": 969597818
        },
        {
            "start": 969597819,
            "stop": 969599126
        },
        {
            "start": 969599127,
            "stop": 969616061
        },
        {
            "start": 969616062,
            "stop": 969626163
        },
        {
            "start": 969626165,
            "stop": 969626231
        },
        {
            "start": 969626232,
            "stop": 969629061
        },
        {
            "start": 969629063,
            "stop": 969629068
        },
        {
            "start": 969633559,
            "stop": 969633929
        },
        {
            "start": 969634598,
            "stop": 969638559
        },
        {
            "start": 969638560,
            "stop": 969638606
        },
        {
            "start": 969638607,
            "stop": 969640419
        },
        {
            "start": 969640579,
            "stop": 969647820
        },
        {
            "start": 969647821,
            "stop": 969649906
        },
        {
            "start": 969650741,
            "stop": 969654780
        },
        {
            "start": 969656683,
            "stop": 969659223
        },
        {
            "start": 969659224,
            "stop": 969660517
        },
        {
            "start": 969660518,
            "stop": 969667186
        },
        {
            "start": 969667187,
            "stop": 969669751
        }
    ]
}