Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1137
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=1138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1136",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1137,
    "results": [
        {
            "start": 950099046,
            "stop": 950099344
        },
        {
            "start": 950099346,
            "stop": 950099609
        },
        {
            "start": 950099611,
            "stop": 950100313
        },
        {
            "start": 950100315,
            "stop": 950100934
        },
        {
            "start": 950100936,
            "stop": 950101148
        },
        {
            "start": 950101150,
            "stop": 950101853
        },
        {
            "start": 950103862,
            "stop": 950105715
        },
        {
            "start": 950108889,
            "stop": 950109937
        },
        {
            "start": 950109939,
            "stop": 950110954
        },
        {
            "start": 950110956,
            "stop": 950111079
        },
        {
            "start": 950111081,
            "stop": 950112448
        },
        {
            "start": 950112450,
            "stop": 950112639
        },
        {
            "start": 950112641,
            "stop": 950113208
        },
        {
            "start": 950113210,
            "stop": 950115362
        },
        {
            "start": 950115364,
            "stop": 950115438
        },
        {
            "start": 950115440,
            "stop": 950116443
        },
        {
            "start": 950116445,
            "stop": 950117122
        },
        {
            "start": 950117124,
            "stop": 950117154
        },
        {
            "start": 950117156,
            "stop": 950118438
        },
        {
            "start": 950118440,
            "stop": 950118843
        }
    ]
}