Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=76
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=75",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 76,
    "results": [
        {
            "start": 949927492,
            "stop": 949931009
        },
        {
            "start": 949932975,
            "stop": 949933608
        },
        {
            "start": 949941394,
            "stop": 949952440
        },
        {
            "start": 949953270,
            "stop": 949960089
        },
        {
            "start": 949961614,
            "stop": 949974032
        },
        {
            "start": 949975429,
            "stop": 949985697
        },
        {
            "start": 949986206,
            "stop": 949989197
        },
        {
            "start": 949989964,
            "stop": 949993857
        },
        {
            "start": 949994632,
            "stop": 949998655
        },
        {
            "start": 950000085,
            "stop": 950005024
        },
        {
            "start": 950005951,
            "stop": 950010403
        },
        {
            "start": 950014930,
            "stop": 950018184
        },
        {
            "start": 950021311,
            "stop": 950025968
        },
        {
            "start": 950026225,
            "stop": 950030158
        },
        {
            "start": 950030401,
            "stop": 950033280
        },
        {
            "start": 950036278,
            "stop": 950042582
        },
        {
            "start": 950043453,
            "stop": 950048231
        },
        {
            "start": 950051512,
            "stop": 950056976
        },
        {
            "start": 950058163,
            "stop": 950061896
        },
        {
            "start": 950062901,
            "stop": 950066785
        }
    ]
}