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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16717",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16718,
    "results": [
        {
            "start": 875009043,
            "stop": 875009054
        },
        {
            "start": 875009057,
            "stop": 875009066
        },
        {
            "start": 875009067,
            "stop": 875009146
        },
        {
            "start": 875009148,
            "stop": 875009153
        },
        {
            "start": 875009157,
            "stop": 875009196
        },
        {
            "start": 875009197,
            "stop": 875009206
        },
        {
            "start": 875009207,
            "stop": 875009208
        },
        {
            "start": 875009209,
            "stop": 875009215
        },
        {
            "start": 875009216,
            "stop": 875009226
        },
        {
            "start": 875009227,
            "stop": 875009238
        },
        {
            "start": 875009239,
            "stop": 875009274
        },
        {
            "start": 875009277,
            "stop": 875009295
        },
        {
            "start": 875009296,
            "stop": 875009465
        },
        {
            "start": 875009468,
            "stop": 875009471
        },
        {
            "start": 875009472,
            "stop": 875009484
        },
        {
            "start": 875009486,
            "stop": 875009523
        },
        {
            "start": 875009524,
            "stop": 875009539
        },
        {
            "start": 875009541,
            "stop": 875009544
        },
        {
            "start": 875009545,
            "stop": 875009558
        },
        {
            "start": 875009561,
            "stop": 875009572
        }
    ]
}