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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 23,
    "results": [
        {
            "start": 931137507,
            "stop": 931137519
        },
        {
            "start": 931137521,
            "stop": 931137536
        },
        {
            "start": 931137539,
            "stop": 931137540
        },
        {
            "start": 931137543,
            "stop": 931137553
        },
        {
            "start": 931137554,
            "stop": 931137566
        },
        {
            "start": 931137569,
            "stop": 931137605
        },
        {
            "start": 931137607,
            "stop": 931137608
        },
        {
            "start": 931137610,
            "stop": 931137615
        },
        {
            "start": 931137617,
            "stop": 931137625
        },
        {
            "start": 931137627,
            "stop": 931137642
        },
        {
            "start": 931137644,
            "stop": 931137662
        },
        {
            "start": 931137664,
            "stop": 931137668
        },
        {
            "start": 931137669,
            "stop": 931137670
        },
        {
            "start": 931137672,
            "stop": 931137673
        },
        {
            "start": 931137675,
            "stop": 931137677
        },
        {
            "start": 931137679,
            "stop": 931137693
        },
        {
            "start": 931137698,
            "stop": 931137700
        },
        {
            "start": 931137702,
            "stop": 931137711
        },
        {
            "start": 931137713,
            "stop": 931137716
        },
        {
            "start": 931137718,
            "stop": 931137736
        }
    ]
}