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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5919",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5920,
    "results": [
        {
            "start": 875147858,
            "stop": 875147904
        },
        {
            "start": 875147907,
            "stop": 875147910
        },
        {
            "start": 875147913,
            "stop": 875147950
        },
        {
            "start": 875147953,
            "stop": 875147964
        },
        {
            "start": 875147970,
            "stop": 875147996
        },
        {
            "start": 875147999,
            "stop": 875148002
        },
        {
            "start": 875148011,
            "stop": 875148032
        },
        {
            "start": 875148036,
            "stop": 875148065
        },
        {
            "start": 875148071,
            "stop": 875148100
        },
        {
            "start": 875148103,
            "stop": 875148115
        },
        {
            "start": 875148118,
            "stop": 875148123
        },
        {
            "start": 875148126,
            "stop": 875148169
        },
        {
            "start": 875148172,
            "stop": 875148201
        },
        {
            "start": 875148204,
            "stop": 875148216
        },
        {
            "start": 875148220,
            "stop": 875148294
        },
        {
            "start": 875148297,
            "stop": 875148299
        },
        {
            "start": 875148302,
            "stop": 875148356
        },
        {
            "start": 875148360,
            "stop": 875148404
        },
        {
            "start": 875148407,
            "stop": 875148484
        },
        {
            "start": 875148487,
            "stop": 875148601
        }
    ]
}