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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6274",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6275,
    "results": [
        {
            "start": 875071845,
            "stop": 875072021
        },
        {
            "start": 875072022,
            "stop": 875073015
        },
        {
            "start": 875073017,
            "stop": 875073204
        },
        {
            "start": 875073205,
            "stop": 875073377
        },
        {
            "start": 875073380,
            "stop": 875073930
        },
        {
            "start": 875073931,
            "stop": 875074451
        },
        {
            "start": 875074452,
            "stop": 875076930
        },
        {
            "start": 875076931,
            "stop": 875077529
        },
        {
            "start": 875077530,
            "stop": 875077726
        },
        {
            "start": 875077727,
            "stop": 875077792
        },
        {
            "start": 875077795,
            "stop": 875077836
        },
        {
            "start": 875077839,
            "stop": 875078264
        },
        {
            "start": 875078265,
            "stop": 875078464
        },
        {
            "start": 875078467,
            "stop": 875078803
        },
        {
            "start": 875078805,
            "stop": 875078865
        },
        {
            "start": 875078868,
            "stop": 875078870
        },
        {
            "start": 875078873,
            "stop": 875078878
        },
        {
            "start": 875078881,
            "stop": 875078892
        },
        {
            "start": 875078895,
            "stop": 875078901
        },
        {
            "start": 875078905,
            "stop": 875078914
        }
    ]
}