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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7187",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7188,
    "results": [
        {
            "start": 874552885,
            "stop": 874553041
        },
        {
            "start": 874553042,
            "stop": 874553655
        },
        {
            "start": 874553656,
            "stop": 874553902
        },
        {
            "start": 874553904,
            "stop": 874554125
        },
        {
            "start": 874554126,
            "stop": 874554234
        },
        {
            "start": 874554236,
            "stop": 874554258
        },
        {
            "start": 874554259,
            "stop": 874554503
        },
        {
            "start": 874554504,
            "stop": 874554999
        },
        {
            "start": 874555001,
            "stop": 874555273
        },
        {
            "start": 874555274,
            "stop": 874555572
        },
        {
            "start": 874555573,
            "stop": 874555759
        },
        {
            "start": 874555760,
            "stop": 874556124
        },
        {
            "start": 874556125,
            "stop": 874556204
        },
        {
            "start": 874556206,
            "stop": 874556367
        },
        {
            "start": 874556368,
            "stop": 874556621
        },
        {
            "start": 874556622,
            "stop": 874556922
        },
        {
            "start": 874556924,
            "stop": 874557261
        },
        {
            "start": 874557262,
            "stop": 874557278
        },
        {
            "start": 874557279,
            "stop": 874557535
        },
        {
            "start": 874557536,
            "stop": 874557651
        }
    ]
}