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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=69",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 70,
    "results": [
        {
            "start": 932074670,
            "stop": 932074673
        },
        {
            "start": 932074674,
            "stop": 932074676
        },
        {
            "start": 932074677,
            "stop": 932074678
        },
        {
            "start": 932074679,
            "stop": 932074686
        },
        {
            "start": 932074687,
            "stop": 932074694
        },
        {
            "start": 932074695,
            "stop": 932074698
        },
        {
            "start": 932074699,
            "stop": 932074703
        },
        {
            "start": 932074704,
            "stop": 932074705
        },
        {
            "start": 932074706,
            "stop": 932074713
        },
        {
            "start": 932074716,
            "stop": 932074724
        },
        {
            "start": 932074725,
            "stop": 932074730
        },
        {
            "start": 932074732,
            "stop": 932074736
        },
        {
            "start": 932074738,
            "stop": 932074745
        },
        {
            "start": 932074746,
            "stop": 932074757
        },
        {
            "start": 932074758,
            "stop": 932074760
        },
        {
            "start": 932074762,
            "stop": 932074766
        },
        {
            "start": 932074767,
            "stop": 932074780
        },
        {
            "start": 932074781,
            "stop": 932074803
        },
        {
            "start": 932074806,
            "stop": 932074810
        },
        {
            "start": 932074811,
            "stop": 932074816
        }
    ]
}