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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=227",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 228,
    "results": [
        {
            "start": 817790158,
            "stop": 817790384
        },
        {
            "start": 817790403,
            "stop": 817792389
        },
        {
            "start": 817792409,
            "stop": 817794054
        },
        {
            "start": 817794073,
            "stop": 817794313
        },
        {
            "start": 817794332,
            "stop": 817795035
        },
        {
            "start": 817795055,
            "stop": 817795098
        },
        {
            "start": 817795127,
            "stop": 817795151
        },
        {
            "start": 817795172,
            "stop": 817795179
        },
        {
            "start": 817795207,
            "stop": 817795266
        },
        {
            "start": 817795285,
            "stop": 817795318
        },
        {
            "start": 817795337,
            "stop": 817795462
        },
        {
            "start": 817795481,
            "stop": 817795501
        },
        {
            "start": 817795524,
            "stop": 817795601
        },
        {
            "start": 817795628,
            "stop": 817795770
        },
        {
            "start": 817795804,
            "stop": 817795812
        },
        {
            "start": 817795831,
            "stop": 817795835
        },
        {
            "start": 817795865,
            "stop": 817795887
        },
        {
            "start": 817795907,
            "stop": 817795932
        },
        {
            "start": 817795992,
            "stop": 817796035
        },
        {
            "start": 817796052,
            "stop": 817796128
        }
    ]
}