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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=5",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 6,
    "results": [
        {
            "start": 1256902000,
            "stop": 1256902009
        },
        {
            "start": 1256902219,
            "stop": 1256902224
        },
        {
            "start": 1256902308,
            "stop": 1256902315
        },
        {
            "start": 1256902398,
            "stop": 1256902407
        },
        {
            "start": 1256902439,
            "stop": 1256902451
        },
        {
            "start": 1256902483,
            "stop": 1256902494
        },
        {
            "start": 1256902634,
            "stop": 1256902637
        },
        {
            "start": 1256902787,
            "stop": 1256902790
        },
        {
            "start": 1256902888,
            "stop": 1256904147
        },
        {
            "start": 1256904155,
            "stop": 1256904803
        },
        {
            "start": 1256904811,
            "stop": 1256905571
        },
        {
            "start": 1256905587,
            "stop": 1256905618
        },
        {
            "start": 1256905619,
            "stop": 1256905907
        },
        {
            "start": 1256905915,
            "stop": 1256906419
        },
        {
            "start": 1256906427,
            "stop": 1256906491
        },
        {
            "start": 1256906499,
            "stop": 1256908315
        },
        {
            "start": 1256908323,
            "stop": 1256908807
        },
        {
            "start": 1256915258,
            "stop": 1256915534
        },
        {
            "start": 1256915542,
            "stop": 1256916846
        },
        {
            "start": 1256916854,
            "stop": 1256917998
        }
    ]
}