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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=56",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 57,
    "results": [
        {
            "start": 816465608,
            "stop": 816465609
        },
        {
            "start": 816465617,
            "stop": 816465619
        },
        {
            "start": 816465626,
            "stop": 816465627
        },
        {
            "start": 816465652,
            "stop": 816465657
        },
        {
            "start": 816465663,
            "stop": 816465761
        },
        {
            "start": 816465765,
            "stop": 816465781
        },
        {
            "start": 816465788,
            "stop": 816465790
        },
        {
            "start": 816465796,
            "stop": 816465798
        },
        {
            "start": 816465804,
            "stop": 816465806
        },
        {
            "start": 816465809,
            "stop": 816465867
        },
        {
            "start": 816465871,
            "stop": 816465888
        },
        {
            "start": 816465892,
            "stop": 816465957
        },
        {
            "start": 816465962,
            "stop": 816465967
        },
        {
            "start": 816465973,
            "stop": 816466012
        },
        {
            "start": 816466017,
            "stop": 816466080
        },
        {
            "start": 816466086,
            "stop": 816466222
        },
        {
            "start": 816466226,
            "stop": 816466265
        },
        {
            "start": 816466268,
            "stop": 816466303
        },
        {
            "start": 816466309,
            "stop": 816466310
        },
        {
            "start": 816466315,
            "stop": 816466317
        }
    ]
}