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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=64",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 65,
    "results": [
        {
            "start": 931258088,
            "stop": 931258106
        },
        {
            "start": 931258110,
            "stop": 931258120
        },
        {
            "start": 931258122,
            "stop": 931258124
        },
        {
            "start": 931258126,
            "stop": 931258149
        },
        {
            "start": 931258153,
            "stop": 931258190
        },
        {
            "start": 931258191,
            "stop": 931258203
        },
        {
            "start": 931258205,
            "stop": 931258212
        },
        {
            "start": 931258214,
            "stop": 931258221
        },
        {
            "start": 931258223,
            "stop": 931258226
        },
        {
            "start": 931258229,
            "stop": 931258239
        },
        {
            "start": 931258241,
            "stop": 931258243
        },
        {
            "start": 931258244,
            "stop": 931258258
        },
        {
            "start": 931258262,
            "stop": 931258270
        },
        {
            "start": 931258272,
            "stop": 931258276
        },
        {
            "start": 931258285,
            "stop": 931258287
        },
        {
            "start": 931262804,
            "stop": 931262834
        },
        {
            "start": 931262836,
            "stop": 931262855
        },
        {
            "start": 931262856,
            "stop": 931262873
        },
        {
            "start": 931262875,
            "stop": 931262949
        },
        {
            "start": 931262951,
            "stop": 931263023
        }
    ]
}