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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=159",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 160,
    "results": [
        {
            "start": 932905767,
            "stop": 932905867
        },
        {
            "start": 932905885,
            "stop": 932905931
        },
        {
            "start": 932905951,
            "stop": 932905955
        },
        {
            "start": 932905974,
            "stop": 932905981
        },
        {
            "start": 932906000,
            "stop": 932906003
        },
        {
            "start": 932906022,
            "stop": 932906038
        },
        {
            "start": 932906060,
            "stop": 932906069
        },
        {
            "start": 932906074,
            "stop": 932906091
        },
        {
            "start": 932906110,
            "stop": 932906156
        },
        {
            "start": 932906175,
            "stop": 932906440
        },
        {
            "start": 932906461,
            "stop": 932906530
        },
        {
            "start": 932906549,
            "stop": 932906564
        },
        {
            "start": 932906591,
            "stop": 932906651
        },
        {
            "start": 932906670,
            "stop": 932906680
        },
        {
            "start": 932906685,
            "stop": 932906722
        },
        {
            "start": 932906747,
            "stop": 932906763
        },
        {
            "start": 932906798,
            "stop": 932906811
        },
        {
            "start": 932906861,
            "stop": 932906871
        },
        {
            "start": 932906890,
            "stop": 932906895
        },
        {
            "start": 932906914,
            "stop": 932906921
        }
    ]
}