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=433
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=434",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=432",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 433,
    "results": [
        {
            "start": 1267999353,
            "stop": 1268042986
        },
        {
            "start": 1268045773,
            "stop": 1268058245
        },
        {
            "start": 1268058246,
            "stop": 1268065142
        },
        {
            "start": 1268065143,
            "stop": 1268066034
        },
        {
            "start": 1268078136,
            "stop": 1268081990
        },
        {
            "start": 1268082318,
            "stop": 1268082494
        },
        {
            "start": 1268082513,
            "stop": 1268082727
        },
        {
            "start": 1268082729,
            "stop": 1268082731
        },
        {
            "start": 1268082732,
            "stop": 1268084245
        },
        {
            "start": 1268084246,
            "stop": 1268094910
        },
        {
            "start": 1268094911,
            "stop": 1268107297
        },
        {
            "start": 1268107298,
            "stop": 1268118524
        },
        {
            "start": 1268118596,
            "stop": 1268125093
        },
        {
            "start": 1268125184,
            "stop": 1268132337
        },
        {
            "start": 1268132338,
            "stop": 1268133778
        },
        {
            "start": 1268133779,
            "stop": 1268133782
        },
        {
            "start": 1268133787,
            "stop": 1268133788
        },
        {
            "start": 1268133789,
            "stop": 1268133892
        },
        {
            "start": 1268133894,
            "stop": 1268133905
        },
        {
            "start": 1268133906,
            "stop": 1268133908
        }
    ]
}