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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 164,
    "results": [
        {
            "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
        },
        {
            "start": 818063647,
            "stop": 818063671
        },
        {
            "start": 818063676,
            "stop": 818063678
        },
        {
            "start": 818063681,
            "stop": 818063683
        }
    ]
}