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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=764",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=762",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 763,
    "results": [
        {
            "start": 1267726575,
            "stop": 1267727453
        },
        {
            "start": 1267727454,
            "stop": 1267727457
        },
        {
            "start": 1267727458,
            "stop": 1267727850
        },
        {
            "start": 1267727851,
            "stop": 1267730039
        },
        {
            "start": 1267730042,
            "stop": 1267730806
        },
        {
            "start": 1267730807,
            "stop": 1267730808
        },
        {
            "start": 1267730809,
            "stop": 1267733415
        },
        {
            "start": 1267733419,
            "stop": 1267737294
        },
        {
            "start": 1267737299,
            "stop": 1267738002
        },
        {
            "start": 1267738007,
            "stop": 1267738090
        },
        {
            "start": 1267738092,
            "stop": 1267738836
        },
        {
            "start": 1267738841,
            "stop": 1267740763
        },
        {
            "start": 1267740766,
            "stop": 1267743542
        },
        {
            "start": 1267743544,
            "stop": 1267744012
        },
        {
            "start": 1267744017,
            "stop": 1267744853
        },
        {
            "start": 1267744856,
            "stop": 1267745443
        },
        {
            "start": 1267745446,
            "stop": 1267749481
        },
        {
            "start": 1267749486,
            "stop": 1267749851
        },
        {
            "start": 1267749853,
            "stop": 1267750712
        },
        {
            "start": 1267750714,
            "stop": 1267751890
        }
    ]
}