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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=327",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 328,
    "results": [
        {
            "start": 1249771497,
            "stop": 1249771519
        },
        {
            "start": 1249771520,
            "stop": 1249771521
        },
        {
            "start": 1249771526,
            "stop": 1249771530
        },
        {
            "start": 1249771532,
            "stop": 1249771594
        },
        {
            "start": 1249771599,
            "stop": 1249771604
        },
        {
            "start": 1249771606,
            "stop": 1249771619
        },
        {
            "start": 1249771620,
            "stop": 1249771622
        },
        {
            "start": 1249771624,
            "stop": 1249771625
        },
        {
            "start": 1249771626,
            "stop": 1249771656
        },
        {
            "start": 1249771658,
            "stop": 1249771664
        },
        {
            "start": 1249771665,
            "stop": 1249771680
        },
        {
            "start": 1249771681,
            "stop": 1249771686
        },
        {
            "start": 1249771688,
            "stop": 1249771689
        },
        {
            "start": 1249771691,
            "stop": 1249771698
        },
        {
            "start": 1249771700,
            "stop": 1249771701
        },
        {
            "start": 1249771702,
            "stop": 1249771705
        },
        {
            "start": 1249771711,
            "stop": 1249771732
        },
        {
            "start": 1249771736,
            "stop": 1249771737
        },
        {
            "start": 1249771739,
            "stop": 1249771758
        },
        {
            "start": 1249771761,
            "stop": 1249771768
        }
    ]
}