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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=23",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 24,
    "results": [
        {
            "start": 1258482782,
            "stop": 1258483196
        },
        {
            "start": 1258484522,
            "stop": 1258485944
        },
        {
            "start": 1258488577,
            "stop": 1258489544
        },
        {
            "start": 1258490548,
            "stop": 1258524695
        },
        {
            "start": 1258524815,
            "stop": 1258536437
        },
        {
            "start": 1258536539,
            "stop": 1258537859
        },
        {
            "start": 1258537979,
            "stop": 1258546469
        },
        {
            "start": 1258546581,
            "stop": 1258559216
        },
        {
            "start": 1258559336,
            "stop": 1258560021
        },
        {
            "start": 1258560269,
            "stop": 1258587190
        },
        {
            "start": 1258587313,
            "stop": 1258593501
        },
        {
            "start": 1258593503,
            "stop": 1258593544
        },
        {
            "start": 1258593560,
            "stop": 1258593825
        },
        {
            "start": 1258594478,
            "stop": 1258594706
        },
        {
            "start": 1258597092,
            "stop": 1258599095
        },
        {
            "start": 1258599096,
            "stop": 1258599237
        },
        {
            "start": 1258602529,
            "stop": 1258611300
        },
        {
            "start": 1258614108,
            "stop": 1258616400
        },
        {
            "start": 1258625601,
            "stop": 1258625767
        },
        {
            "start": 1258625967,
            "stop": 1258626690
        }
    ]
}