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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=279",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 280,
    "results": [
        {
            "start": 1244752151,
            "stop": 1244752156
        },
        {
            "start": 1244752157,
            "stop": 1244752158
        },
        {
            "start": 1244752159,
            "stop": 1244752161
        },
        {
            "start": 1244752162,
            "stop": 1244752271
        },
        {
            "start": 1244752273,
            "stop": 1244752275
        },
        {
            "start": 1244752276,
            "stop": 1244752282
        },
        {
            "start": 1244752284,
            "stop": 1244752368
        },
        {
            "start": 1244752371,
            "stop": 1244752378
        },
        {
            "start": 1244752383,
            "stop": 1244753134
        },
        {
            "start": 1244753135,
            "stop": 1244753916
        },
        {
            "start": 1244753917,
            "stop": 1244755031
        },
        {
            "start": 1244755032,
            "stop": 1244755033
        },
        {
            "start": 1244755045,
            "stop": 1244755118
        },
        {
            "start": 1244755121,
            "stop": 1244755369
        },
        {
            "start": 1244755371,
            "stop": 1244758862
        },
        {
            "start": 1244758863,
            "stop": 1244758873
        },
        {
            "start": 1244758874,
            "stop": 1244759347
        },
        {
            "start": 1244759349,
            "stop": 1244759356
        },
        {
            "start": 1244759357,
            "stop": 1244759790
        },
        {
            "start": 1244759791,
            "stop": 1244759794
        }
    ]
}