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=4739
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=4740",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4738",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4739,
    "results": [
        {
            "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
        },
        {
            "start": 970153414,
            "stop": 970153434
        },
        {
            "start": 970153437,
            "stop": 970154486
        },
        {
            "start": 970154489,
            "stop": 970154516
        },
        {
            "start": 970154519,
            "stop": 970155199
        },
        {
            "start": 970155202,
            "stop": 970155252
        },
        {
            "start": 970155255,
            "stop": 970155998
        }
    ]
}