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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 238,
    "results": [
        {
            "start": 818215455,
            "stop": 818215457
        },
        {
            "start": 818215467,
            "stop": 818215471
        },
        {
            "start": 818215478,
            "stop": 818215480
        },
        {
            "start": 818215510,
            "stop": 818215512
        },
        {
            "start": 818215520,
            "stop": 818215521
        },
        {
            "start": 818215551,
            "stop": 818215552
        },
        {
            "start": 818215556,
            "stop": 818215560
        },
        {
            "start": 818215576,
            "stop": 818215577
        },
        {
            "start": 818215598,
            "stop": 818215600
        },
        {
            "start": 818215613,
            "stop": 818215616
        },
        {
            "start": 818215629,
            "stop": 818215630
        },
        {
            "start": 818215643,
            "stop": 818215646
        },
        {
            "start": 818215651,
            "stop": 818215652
        },
        {
            "start": 818215657,
            "stop": 818215658
        },
        {
            "start": 818215661,
            "stop": 818215663
        },
        {
            "start": 818215684,
            "stop": 818215685
        },
        {
            "start": 818215697,
            "stop": 818215698
        },
        {
            "start": 818215718,
            "stop": 818215719
        },
        {
            "start": 818215734,
            "stop": 818215741
        },
        {
            "start": 818215769,
            "stop": 818215772
        }
    ]
}