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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=220",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 221,
    "results": [
        {
            "start": 931458642,
            "stop": 931458654
        },
        {
            "start": 931458656,
            "stop": 931458660
        },
        {
            "start": 931458662,
            "stop": 931458677
        },
        {
            "start": 931458679,
            "stop": 931458685
        },
        {
            "start": 931458688,
            "stop": 931458692
        },
        {
            "start": 931458694,
            "stop": 931458698
        },
        {
            "start": 931458700,
            "stop": 931458705
        },
        {
            "start": 931458709,
            "stop": 931458723
        },
        {
            "start": 931458724,
            "stop": 931458728
        },
        {
            "start": 931458730,
            "stop": 931458731
        },
        {
            "start": 931458733,
            "stop": 931458737
        },
        {
            "start": 931458739,
            "stop": 931458748
        },
        {
            "start": 931458752,
            "stop": 931458754
        },
        {
            "start": 931458758,
            "stop": 931458771
        },
        {
            "start": 931458773,
            "stop": 931458778
        },
        {
            "start": 931458780,
            "stop": 931458786
        },
        {
            "start": 931458788,
            "stop": 931458804
        },
        {
            "start": 931458806,
            "stop": 931458833
        },
        {
            "start": 931458835,
            "stop": 931458838
        },
        {
            "start": 931458840,
            "stop": 931458841
        }
    ]
}