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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 112,
    "results": [
        {
            "start": 818063433,
            "stop": 818063436
        },
        {
            "start": 818063441,
            "stop": 818063445
        },
        {
            "start": 818063448,
            "stop": 818063451
        },
        {
            "start": 818063454,
            "stop": 818063456
        },
        {
            "start": 818063461,
            "stop": 818063467
        },
        {
            "start": 818063477,
            "stop": 818063479
        },
        {
            "start": 818063494,
            "stop": 818063495
        },
        {
            "start": 818063498,
            "stop": 818063504
        },
        {
            "start": 818063507,
            "stop": 818063519
        },
        {
            "start": 818063528,
            "stop": 818063537
        },
        {
            "start": 818063542,
            "stop": 818063550
        },
        {
            "start": 818063554,
            "stop": 818063557
        },
        {
            "start": 818063561,
            "stop": 818063568
        },
        {
            "start": 818063572,
            "stop": 818063574
        },
        {
            "start": 818063578,
            "stop": 818063588
        },
        {
            "start": 818063591,
            "stop": 818063603
        },
        {
            "start": 818063607,
            "stop": 818063609
        },
        {
            "start": 818063612,
            "stop": 818063629
        },
        {
            "start": 818063632,
            "stop": 818063640
        },
        {
            "start": 818063643,
            "stop": 818063644
        }
    ]
}