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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=11",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 12,
    "results": [
        {
            "start": 1257348083,
            "stop": 1257348383
        },
        {
            "start": 1257348391,
            "stop": 1257353559
        },
        {
            "start": 1257353567,
            "stop": 1257356023
        },
        {
            "start": 1257356031,
            "stop": 1257359135
        },
        {
            "start": 1257359143,
            "stop": 1257360527
        },
        {
            "start": 1257360535,
            "stop": 1257361607
        },
        {
            "start": 1257361615,
            "stop": 1257361775
        },
        {
            "start": 1257361783,
            "stop": 1257364943
        },
        {
            "start": 1257364951,
            "stop": 1257367967
        },
        {
            "start": 1257367975,
            "stop": 1257370151
        },
        {
            "start": 1257370159,
            "stop": 1257370775
        },
        {
            "start": 1257370783,
            "stop": 1257372776
        },
        {
            "start": 1257372792,
            "stop": 1257373183
        },
        {
            "start": 1257373191,
            "stop": 1257374095
        },
        {
            "start": 1257374103,
            "stop": 1257374887
        },
        {
            "start": 1257374895,
            "stop": 1257378103
        },
        {
            "start": 1257378111,
            "stop": 1257379743
        },
        {
            "start": 1257379751,
            "stop": 1257379983
        },
        {
            "start": 1257379991,
            "stop": 1257381983
        },
        {
            "start": 1257381991,
            "stop": 1257384391
        }
    ]
}