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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=109",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 110,
    "results": [
        {
            "start": 1259675872,
            "stop": 1259675884
        },
        {
            "start": 1259675889,
            "stop": 1259675927
        },
        {
            "start": 1259675932,
            "stop": 1259675963
        },
        {
            "start": 1259675968,
            "stop": 1259675991
        },
        {
            "start": 1259675996,
            "stop": 1259676009
        },
        {
            "start": 1259676014,
            "stop": 1259676028
        },
        {
            "start": 1259676033,
            "stop": 1259678138
        },
        {
            "start": 1259678142,
            "stop": 1259678578
        },
        {
            "start": 1259678581,
            "stop": 1259680541
        },
        {
            "start": 1259680544,
            "stop": 1259681878
        },
        {
            "start": 1259681880,
            "stop": 1259682886
        },
        {
            "start": 1259682888,
            "stop": 1259684451
        },
        {
            "start": 1259684453,
            "stop": 1259685449
        },
        {
            "start": 1259685454,
            "stop": 1259688004
        },
        {
            "start": 1259688006,
            "stop": 1259689427
        },
        {
            "start": 1259689429,
            "stop": 1259695006
        },
        {
            "start": 1259695011,
            "stop": 1259695027
        },
        {
            "start": 1259695032,
            "stop": 1259695060
        },
        {
            "start": 1259695062,
            "stop": 1259696535
        },
        {
            "start": 1259696538,
            "stop": 1259696837
        }
    ]
}