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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=78",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 79,
    "results": [
        {
            "start": 950538337,
            "stop": 950539102
        },
        {
            "start": 950548578,
            "stop": 950558957
        },
        {
            "start": 950577301,
            "stop": 950581920
        },
        {
            "start": 950598090,
            "stop": 950598222
        },
        {
            "start": 950598368,
            "stop": 950601589
        },
        {
            "start": 950603312,
            "stop": 950611991
        },
        {
            "start": 950612755,
            "stop": 950614884
        },
        {
            "start": 950616064,
            "stop": 950616081
        },
        {
            "start": 950617517,
            "stop": 950618397
        },
        {
            "start": 950618561,
            "stop": 950620120
        },
        {
            "start": 950621055,
            "stop": 950632783
        },
        {
            "start": 950642424,
            "stop": 950656833
        },
        {
            "start": 950656998,
            "stop": 950657009
        },
        {
            "start": 950669841,
            "stop": 950676803
        },
        {
            "start": 950679824,
            "stop": 950680522
        },
        {
            "start": 950681387,
            "stop": 950692039
        },
        {
            "start": 950693085,
            "stop": 950705665
        },
        {
            "start": 950706631,
            "stop": 950706721
        },
        {
            "start": 950706800,
            "stop": 950707094
        },
        {
            "start": 950712752,
            "stop": 950714080
        }
    ]
}