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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=218",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 219,
    "results": [
        {
            "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
        },
        {
            "start": 817796169,
            "stop": 817796184
        },
        {
            "start": 817796216,
            "stop": 817796386
        },
        {
            "start": 817796403,
            "stop": 817796456
        },
        {
            "start": 817796485,
            "stop": 817796592
        },
        {
            "start": 817796611,
            "stop": 817796699
        },
        {
            "start": 817796719,
            "stop": 817796907
        },
        {
            "start": 817796964,
            "stop": 817796968
        },
        {
            "start": 817796987,
            "stop": 817797209
        },
        {
            "start": 817797230,
            "stop": 817797342
        },
        {
            "start": 817797359,
            "stop": 817797600
        }
    ]
}