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=16748
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=16749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16747",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16748,
    "results": [
        {
            "start": 875078622,
            "stop": 875078803
        },
        {
            "start": 875078805,
            "stop": 875078864
        },
        {
            "start": 875078868,
            "stop": 875078870
        },
        {
            "start": 875078873,
            "stop": 875078876
        },
        {
            "start": 875078881,
            "stop": 875078892
        },
        {
            "start": 875078895,
            "stop": 875078901
        },
        {
            "start": 875078905,
            "stop": 875078914
        },
        {
            "start": 875078917,
            "stop": 875078947
        },
        {
            "start": 875078950,
            "stop": 875078965
        },
        {
            "start": 875078969,
            "stop": 875079047
        },
        {
            "start": 875079049,
            "stop": 875079107
        },
        {
            "start": 875079108,
            "stop": 875079232
        },
        {
            "start": 875079234,
            "stop": 875079321
        },
        {
            "start": 875079322,
            "stop": 875079325
        },
        {
            "start": 875079327,
            "stop": 875079337
        },
        {
            "start": 875079338,
            "stop": 875079344
        },
        {
            "start": 875079345,
            "stop": 875079353
        },
        {
            "start": 875079354,
            "stop": 875079543
        },
        {
            "start": 875079546,
            "stop": 875079568
        },
        {
            "start": 875079571,
            "stop": 875079579
        }
    ]
}