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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=33",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 34,
    "results": [
        {
            "start": 1262642747,
            "stop": 1262649958
        },
        {
            "start": 1262649959,
            "stop": 1262650054
        },
        {
            "start": 1262650056,
            "stop": 1262650539
        },
        {
            "start": 1262650541,
            "stop": 1262650695
        },
        {
            "start": 1262650697,
            "stop": 1262650757
        },
        {
            "start": 1262650759,
            "stop": 1262651222
        },
        {
            "start": 1262651223,
            "stop": 1262651227
        },
        {
            "start": 1262651229,
            "stop": 1262651435
        },
        {
            "start": 1262651437,
            "stop": 1262651513
        },
        {
            "start": 1262651514,
            "stop": 1262651752
        },
        {
            "start": 1262651757,
            "stop": 1262651763
        },
        {
            "start": 1262651766,
            "stop": 1262651903
        },
        {
            "start": 1262651905,
            "stop": 1262651906
        },
        {
            "start": 1262651908,
            "stop": 1262652013
        },
        {
            "start": 1262652014,
            "stop": 1262652015
        },
        {
            "start": 1262652016,
            "stop": 1262652044
        },
        {
            "start": 1262652046,
            "stop": 1262652176
        },
        {
            "start": 1262652179,
            "stop": 1262652518
        },
        {
            "start": 1262652520,
            "stop": 1262652751
        },
        {
            "start": 1262652753,
            "stop": 1262652806
        }
    ]
}