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=5245
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=5246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5244",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5245,
    "results": [
        {
            "start": 970143548,
            "stop": 970143619
        },
        {
            "start": 970143640,
            "stop": 970144115
        },
        {
            "start": 970144136,
            "stop": 970144360
        },
        {
            "start": 970144381,
            "stop": 970144423
        },
        {
            "start": 970144444,
            "stop": 970144687
        },
        {
            "start": 970144690,
            "stop": 970144791
        },
        {
            "start": 970144812,
            "stop": 970144969
        },
        {
            "start": 970144972,
            "stop": 970145128
        },
        {
            "start": 970145131,
            "stop": 970145703
        },
        {
            "start": 970145724,
            "stop": 970145775
        },
        {
            "start": 970145796,
            "stop": 970146131
        },
        {
            "start": 970146134,
            "stop": 970146563
        },
        {
            "start": 970146566,
            "stop": 970146578
        },
        {
            "start": 970150347,
            "stop": 970150389
        },
        {
            "start": 970150392,
            "stop": 970150887
        },
        {
            "start": 970150890,
            "stop": 970151310
        },
        {
            "start": 970151313,
            "stop": 970152383
        },
        {
            "start": 970152386,
            "stop": 970152953
        },
        {
            "start": 970152956,
            "stop": 970153274
        },
        {
            "start": 970153277,
            "stop": 970153411
        }
    ]
}