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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 62,
    "results": [
        {
            "start": 931500491,
            "stop": 931500504
        },
        {
            "start": 931500507,
            "stop": 931500510
        },
        {
            "start": 931500513,
            "stop": 931500522
        },
        {
            "start": 931500524,
            "stop": 931500526
        },
        {
            "start": 931500531,
            "stop": 931500536
        },
        {
            "start": 931500541,
            "stop": 931500553
        },
        {
            "start": 931500558,
            "stop": 931500559
        },
        {
            "start": 931500561,
            "stop": 931500562
        },
        {
            "start": 931500565,
            "stop": 931500571
        },
        {
            "start": 931500581,
            "stop": 931500582
        },
        {
            "start": 931500585,
            "stop": 931500587
        },
        {
            "start": 931500592,
            "stop": 931500594
        },
        {
            "start": 931500600,
            "stop": 931500624
        },
        {
            "start": 931500631,
            "stop": 931500639
        },
        {
            "start": 931500642,
            "stop": 931500652
        },
        {
            "start": 931500656,
            "stop": 931500663
        },
        {
            "start": 931500666,
            "stop": 931500672
        },
        {
            "start": 931500675,
            "stop": 931500688
        },
        {
            "start": 931500694,
            "stop": 931500696
        },
        {
            "start": 931500702,
            "stop": 931500707
        }
    ]
}