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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=324",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 325,
    "results": [
        {
            "start": 863125029,
            "stop": 863126450
        },
        {
            "start": 863126802,
            "stop": 863145454
        },
        {
            "start": 863145520,
            "stop": 863161110
        },
        {
            "start": 863163052,
            "stop": 863175762
        },
        {
            "start": 863176765,
            "stop": 863181343
        },
        {
            "start": 863181658,
            "stop": 863181976
        },
        {
            "start": 863203893,
            "stop": 863205372
        },
        {
            "start": 863205747,
            "stop": 863211386
        },
        {
            "start": 863211659,
            "stop": 863212067
        },
        {
            "start": 863232652,
            "stop": 863247667
        },
        {
            "start": 863249415,
            "stop": 863261000
        },
        {
            "start": 863261872,
            "stop": 863265301
        },
        {
            "start": 863267428,
            "stop": 863272234
        },
        {
            "start": 863294217,
            "stop": 863294559
        },
        {
            "start": 863295315,
            "stop": 863300010
        },
        {
            "start": 863300087,
            "stop": 863302127
        },
        {
            "start": 863302381,
            "stop": 863305508
        },
        {
            "start": 863305808,
            "stop": 863305955
        },
        {
            "start": 863306095,
            "stop": 863306397
        },
        {
            "start": 863306778,
            "stop": 863307234
        }
    ]
}