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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 156,
    "results": [
        {
            "start": 1239564131,
            "stop": 1239564692
        },
        {
            "start": 1239564696,
            "stop": 1239566417
        },
        {
            "start": 1239587090,
            "stop": 1239587108
        },
        {
            "start": 1239587109,
            "stop": 1239587728
        },
        {
            "start": 1239587729,
            "stop": 1239587902
        },
        {
            "start": 1239587905,
            "stop": 1239588328
        },
        {
            "start": 1239588329,
            "stop": 1239588928
        },
        {
            "start": 1239588929,
            "stop": 1239589133
        },
        {
            "start": 1239589138,
            "stop": 1239589350
        },
        {
            "start": 1239589355,
            "stop": 1239589508
        },
        {
            "start": 1239589509,
            "stop": 1239590128
        },
        {
            "start": 1239590129,
            "stop": 1239590728
        },
        {
            "start": 1239590729,
            "stop": 1239590971
        },
        {
            "start": 1239590979,
            "stop": 1239591275
        },
        {
            "start": 1239591278,
            "stop": 1239591328
        },
        {
            "start": 1239591329,
            "stop": 1239591336
        },
        {
            "start": 1239591341,
            "stop": 1239591749
        },
        {
            "start": 1239591754,
            "stop": 1239591908
        },
        {
            "start": 1239591909,
            "stop": 1239592527
        },
        {
            "start": 1239592529,
            "stop": 1239592611
        }
    ]
}