Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1769
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1770",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1768",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1769,
    "results": [
        {
            "start": 959113206,
            "stop": 959113436
        },
        {
            "start": 959113437,
            "stop": 959114584
        },
        {
            "start": 959114586,
            "stop": 959114605
        },
        {
            "start": 959114610,
            "stop": 959114846
        },
        {
            "start": 959114848,
            "stop": 959114906
        },
        {
            "start": 959114908,
            "stop": 959115144
        },
        {
            "start": 959115148,
            "stop": 959115358
        },
        {
            "start": 959115361,
            "stop": 959116895
        },
        {
            "start": 959116896,
            "stop": 959116902
        },
        {
            "start": 959116904,
            "stop": 959118364
        },
        {
            "start": 959118366,
            "stop": 959119104
        },
        {
            "start": 959131619,
            "stop": 959137137
        },
        {
            "start": 959137487,
            "stop": 959158804
        },
        {
            "start": 959158806,
            "stop": 959168994
        },
        {
            "start": 959168995,
            "stop": 959169843
        },
        {
            "start": 959173883,
            "stop": 959174260
        },
        {
            "start": 959174261,
            "stop": 959174577
        },
        {
            "start": 959174579,
            "stop": 959174582
        },
        {
            "start": 959174583,
            "stop": 959174630
        },
        {
            "start": 959177057,
            "stop": 959177121
        }
    ]
}