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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=293",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 294,
    "results": [
        {
            "start": 818233734,
            "stop": 818233738
        },
        {
            "start": 818233741,
            "stop": 818233747
        },
        {
            "start": 818233750,
            "stop": 818233752
        },
        {
            "start": 818233759,
            "stop": 818233761
        },
        {
            "start": 818233772,
            "stop": 818233778
        },
        {
            "start": 818233781,
            "stop": 818233783
        },
        {
            "start": 818233787,
            "stop": 818233789
        },
        {
            "start": 818233794,
            "stop": 818233796
        },
        {
            "start": 818233805,
            "stop": 818233808
        },
        {
            "start": 818233811,
            "stop": 818233812
        },
        {
            "start": 818233834,
            "stop": 818233835
        },
        {
            "start": 818233847,
            "stop": 818233849
        },
        {
            "start": 818233854,
            "stop": 818233855
        },
        {
            "start": 818233859,
            "stop": 818233861
        },
        {
            "start": 818233869,
            "stop": 818233870
        },
        {
            "start": 818233882,
            "stop": 818233885
        },
        {
            "start": 818233893,
            "stop": 818233895
        },
        {
            "start": 818233907,
            "stop": 818233910
        },
        {
            "start": 818233919,
            "stop": 818233924
        },
        {
            "start": 818233929,
            "stop": 818233930
        }
    ]
}