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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6964",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6965,
    "results": [
        {
            "start": 873796189,
            "stop": 873796210
        },
        {
            "start": 873796211,
            "stop": 873796276
        },
        {
            "start": 873796280,
            "stop": 873796295
        },
        {
            "start": 873796306,
            "stop": 873796333
        },
        {
            "start": 873796334,
            "stop": 873796452
        },
        {
            "start": 873796453,
            "stop": 873796492
        },
        {
            "start": 873796495,
            "stop": 873796706
        },
        {
            "start": 873796709,
            "stop": 873796966
        },
        {
            "start": 873796969,
            "stop": 873796980
        },
        {
            "start": 873797040,
            "stop": 873797114
        },
        {
            "start": 873797892,
            "stop": 873797968
        },
        {
            "start": 873798436,
            "stop": 873798444
        },
        {
            "start": 873798447,
            "stop": 873798458
        },
        {
            "start": 873798464,
            "stop": 873798482
        },
        {
            "start": 873798485,
            "stop": 873798614
        },
        {
            "start": 873798617,
            "stop": 873798621
        },
        {
            "start": 873798624,
            "stop": 873798699
        },
        {
            "start": 873798702,
            "stop": 873798710
        },
        {
            "start": 873798714,
            "stop": 873798778
        },
        {
            "start": 873798781,
            "stop": 873798793
        }
    ]
}