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=1277
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=1278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1276",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1277,
    "results": [
        {
            "start": 958284911,
            "stop": 958285760
        },
        {
            "start": 958285762,
            "stop": 958288516
        },
        {
            "start": 958288981,
            "stop": 958298397
        },
        {
            "start": 958298398,
            "stop": 958301150
        },
        {
            "start": 958301152,
            "stop": 958303684
        },
        {
            "start": 958303686,
            "stop": 958304329
        },
        {
            "start": 958304331,
            "stop": 958306990
        },
        {
            "start": 958312231,
            "stop": 958314089
        },
        {
            "start": 958314091,
            "stop": 958320790
        },
        {
            "start": 958320792,
            "stop": 958321250
        },
        {
            "start": 958321256,
            "stop": 958323540
        },
        {
            "start": 958332302,
            "stop": 958332607
        },
        {
            "start": 958332613,
            "stop": 958335299
        },
        {
            "start": 958336932,
            "stop": 958339666
        },
        {
            "start": 958378121,
            "stop": 958383578
        },
        {
            "start": 958383579,
            "stop": 958385085
        },
        {
            "start": 958386951,
            "stop": 958387280
        },
        {
            "start": 958388922,
            "stop": 958391644
        },
        {
            "start": 958395326,
            "stop": 958395431
        },
        {
            "start": 958397867,
            "stop": 958406771
        }
    ]
}