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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=436",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 437,
    "results": [
        {
            "start": 1268146704,
            "stop": 1268148623
        },
        {
            "start": 1268148624,
            "stop": 1268148626
        },
        {
            "start": 1268148628,
            "stop": 1268148630
        },
        {
            "start": 1268148631,
            "stop": 1268149397
        },
        {
            "start": 1268160587,
            "stop": 1268172082
        },
        {
            "start": 1268172083,
            "stop": 1268186242
        },
        {
            "start": 1268187806,
            "stop": 1268189774
        },
        {
            "start": 1268189775,
            "stop": 1268203510
        },
        {
            "start": 1268203512,
            "stop": 1268203626
        },
        {
            "start": 1268203627,
            "stop": 1268203800
        },
        {
            "start": 1268203801,
            "stop": 1268203807
        },
        {
            "start": 1268203809,
            "stop": 1268203810
        },
        {
            "start": 1268203811,
            "stop": 1268204340
        },
        {
            "start": 1268204341,
            "stop": 1268204365
        },
        {
            "start": 1268204367,
            "stop": 1268206064
        },
        {
            "start": 1268206066,
            "stop": 1268208269
        },
        {
            "start": 1268208270,
            "stop": 1268208585
        },
        {
            "start": 1268208586,
            "stop": 1268215903
        },
        {
            "start": 1268230068,
            "stop": 1268231526
        },
        {
            "start": 1268231527,
            "stop": 1268238257
        }
    ]
}