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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=136",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 137,
    "results": [
        {
            "start": 965145790,
            "stop": 965148305
        },
        {
            "start": 965150788,
            "stop": 965165927
        },
        {
            "start": 965166311,
            "stop": 965186788
        },
        {
            "start": 965187406,
            "stop": 965217509
        },
        {
            "start": 965221008,
            "stop": 965223608
        },
        {
            "start": 965226491,
            "stop": 965264203
        },
        {
            "start": 965264583,
            "stop": 965271994
        },
        {
            "start": 965272370,
            "stop": 965276332
        },
        {
            "start": 965280213,
            "stop": 965287591
        },
        {
            "start": 965287920,
            "stop": 965306292
        },
        {
            "start": 965309226,
            "stop": 965323401
        },
        {
            "start": 965325262,
            "stop": 965342096
        },
        {
            "start": 965342483,
            "stop": 965371451
        },
        {
            "start": 965371906,
            "stop": 965371947
        },
        {
            "start": 965374122,
            "stop": 965387338
        },
        {
            "start": 965389532,
            "stop": 965392037
        },
        {
            "start": 965393078,
            "stop": 965397341
        },
        {
            "start": 965400579,
            "stop": 965401421
        },
        {
            "start": 965402358,
            "stop": 965405153
        },
        {
            "start": 965408657,
            "stop": 965415690
        }
    ]
}