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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=702",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=700",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 701,
    "results": [
        {
            "start": 1248776393,
            "stop": 1248781579
        },
        {
            "start": 1248781587,
            "stop": 1248782322
        },
        {
            "start": 1248782324,
            "stop": 1248782327
        },
        {
            "start": 1248782332,
            "stop": 1248782334
        },
        {
            "start": 1248782339,
            "stop": 1248782372
        },
        {
            "start": 1248782373,
            "stop": 1248782377
        },
        {
            "start": 1248782379,
            "stop": 1248782385
        },
        {
            "start": 1248782392,
            "stop": 1248782399
        },
        {
            "start": 1248782400,
            "stop": 1248782410
        },
        {
            "start": 1248782415,
            "stop": 1248782420
        },
        {
            "start": 1248782422,
            "stop": 1248782429
        },
        {
            "start": 1248782431,
            "stop": 1248782434
        },
        {
            "start": 1248782437,
            "stop": 1248782438
        },
        {
            "start": 1248782443,
            "stop": 1248782449
        },
        {
            "start": 1248782451,
            "stop": 1248782463
        },
        {
            "start": 1248782467,
            "stop": 1248782468
        },
        {
            "start": 1248782474,
            "stop": 1248782627
        },
        {
            "start": 1248782629,
            "stop": 1248782774
        },
        {
            "start": 1248782778,
            "stop": 1248782781
        },
        {
            "start": 1248782782,
            "stop": 1248782795
        }
    ]
}