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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=243",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 244,
    "results": [
        {
            "start": 817869982,
            "stop": 817869997
        },
        {
            "start": 817870001,
            "stop": 817870024
        },
        {
            "start": 817870092,
            "stop": 817870102
        },
        {
            "start": 817870121,
            "stop": 817870127
        },
        {
            "start": 817870130,
            "stop": 817870159
        },
        {
            "start": 817870181,
            "stop": 817870221
        },
        {
            "start": 817870226,
            "stop": 817870281
        },
        {
            "start": 817870284,
            "stop": 817870308
        },
        {
            "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
        }
    ]
}