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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=255",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 256,
    "results": [
        {
            "start": 817870313,
            "stop": 817870315
        },
        {
            "start": 817870318,
            "stop": 817870332
        },
        {
            "start": 817870336,
            "stop": 817870383
        },
        {
            "start": 817870388,
            "stop": 817870390
        },
        {
            "start": 817870409,
            "stop": 817870436
        },
        {
            "start": 817870496,
            "stop": 817870515
        },
        {
            "start": 817870538,
            "stop": 817870555
        },
        {
            "start": 817870560,
            "stop": 817870576
        },
        {
            "start": 817870661,
            "stop": 817870703
        },
        {
            "start": 817870706,
            "stop": 817870846
        },
        {
            "start": 817870850,
            "stop": 817870861
        },
        {
            "start": 817870865,
            "stop": 817870872
        },
        {
            "start": 817870880,
            "stop": 817870922
        },
        {
            "start": 817870926,
            "stop": 817870933
        },
        {
            "start": 817870975,
            "stop": 817870993
        },
        {
            "start": 817871033,
            "stop": 817871034
        },
        {
            "start": 817871039,
            "stop": 817871049
        },
        {
            "start": 817871068,
            "stop": 817871073
        },
        {
            "start": 817871090,
            "stop": 817871091
        },
        {
            "start": 817871110,
            "stop": 817871138
        }
    ]
}