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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=206",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 207,
    "results": [
        {
            "start": 1183590452,
            "stop": 1183590974
        },
        {
            "start": 1183590981,
            "stop": 1183591032
        },
        {
            "start": 1183591033,
            "stop": 1183591097
        },
        {
            "start": 1183591098,
            "stop": 1183591268
        },
        {
            "start": 1183591271,
            "stop": 1183591277
        },
        {
            "start": 1183591278,
            "stop": 1183591305
        },
        {
            "start": 1183591307,
            "stop": 1183591311
        },
        {
            "start": 1183591312,
            "stop": 1183591480
        },
        {
            "start": 1183591482,
            "stop": 1183591510
        },
        {
            "start": 1183591512,
            "stop": 1183591544
        },
        {
            "start": 1183591547,
            "stop": 1183591563
        },
        {
            "start": 1183591566,
            "stop": 1183591732
        },
        {
            "start": 1183591733,
            "stop": 1183591737
        },
        {
            "start": 1183591738,
            "stop": 1183591977
        },
        {
            "start": 1183591980,
            "stop": 1183592026
        },
        {
            "start": 1183592028,
            "stop": 1183592029
        },
        {
            "start": 1183592030,
            "stop": 1183592064
        },
        {
            "start": 1183592065,
            "stop": 1183592066
        },
        {
            "start": 1183592067,
            "stop": 1183592159
        },
        {
            "start": 1183592161,
            "stop": 1183592191
        }
    ]
}