Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=110
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=109",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 110,
    "results": [
        {
            "start": 830656155,
            "stop": 830656616
        },
        {
            "start": 830657043,
            "stop": 830657638
        },
        {
            "start": 830658821,
            "stop": 830658904
        },
        {
            "start": 830659451,
            "stop": 830660035
        },
        {
            "start": 830660534,
            "stop": 830661611
        },
        {
            "start": 830663582,
            "stop": 830664016
        },
        {
            "start": 830664336,
            "stop": 830664893
        },
        {
            "start": 830665293,
            "stop": 830689978
        },
        {
            "start": 830690060,
            "stop": 830695731
        },
        {
            "start": 830696185,
            "stop": 830697064
        },
        {
            "start": 830697473,
            "stop": 830702263
        },
        {
            "start": 830703373,
            "stop": 830705562
        },
        {
            "start": 830719644,
            "stop": 830719743
        },
        {
            "start": 830720488,
            "stop": 830722059
        },
        {
            "start": 830723613,
            "stop": 830726917
        },
        {
            "start": 830728500,
            "stop": 830754509
        },
        {
            "start": 830754787,
            "stop": 830770946
        },
        {
            "start": 830772315,
            "stop": 830777887
        },
        {
            "start": 830779682,
            "stop": 830797464
        },
        {
            "start": 830797755,
            "stop": 830800825
        }
    ]
}