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=481
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=482",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=480",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 481,
    "results": [
        {
            "start": 1264403066,
            "stop": 1264403072
        },
        {
            "start": 1264403075,
            "stop": 1264403079
        },
        {
            "start": 1264403085,
            "stop": 1264403194
        },
        {
            "start": 1264403195,
            "stop": 1264403202
        },
        {
            "start": 1264403203,
            "stop": 1264403204
        },
        {
            "start": 1264403206,
            "stop": 1264403208
        },
        {
            "start": 1264403212,
            "stop": 1264403223
        },
        {
            "start": 1264403225,
            "stop": 1264403226
        },
        {
            "start": 1264403229,
            "stop": 1264403279
        },
        {
            "start": 1264403281,
            "stop": 1264403322
        },
        {
            "start": 1264403329,
            "stop": 1264403333
        },
        {
            "start": 1264403334,
            "stop": 1264403340
        },
        {
            "start": 1264403343,
            "stop": 1264403352
        },
        {
            "start": 1264403353,
            "stop": 1264403430
        },
        {
            "start": 1264403432,
            "stop": 1264403443
        },
        {
            "start": 1264403445,
            "stop": 1264403446
        },
        {
            "start": 1264403448,
            "stop": 1264403451
        },
        {
            "start": 1264403453,
            "stop": 1264403454
        },
        {
            "start": 1264403455,
            "stop": 1264403468
        },
        {
            "start": 1264403469,
            "stop": 1264403478
        }
    ]
}