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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6051",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6052,
    "results": [
        {
            "start": 873750344,
            "stop": 873750646
        },
        {
            "start": 873750649,
            "stop": 873750701
        },
        {
            "start": 873750704,
            "stop": 873750934
        },
        {
            "start": 873750937,
            "stop": 873750967
        },
        {
            "start": 873750970,
            "stop": 873750993
        },
        {
            "start": 873750996,
            "stop": 873751270
        },
        {
            "start": 873751273,
            "stop": 873751620
        },
        {
            "start": 873751680,
            "stop": 873753803
        },
        {
            "start": 873753806,
            "stop": 873753847
        },
        {
            "start": 873753850,
            "stop": 873753968
        },
        {
            "start": 873753971,
            "stop": 873756273
        },
        {
            "start": 873756276,
            "stop": 873757801
        },
        {
            "start": 873757803,
            "stop": 873758536
        },
        {
            "start": 873758538,
            "stop": 873759463
        },
        {
            "start": 873759465,
            "stop": 873760742
        },
        {
            "start": 873760745,
            "stop": 873763751
        },
        {
            "start": 873763752,
            "stop": 873764060
        },
        {
            "start": 873764062,
            "stop": 873765640
        },
        {
            "start": 873765641,
            "stop": 873765642
        },
        {
            "start": 873765643,
            "stop": 873765644
        }
    ]
}