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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=108",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 109,
    "results": [
        {
            "start": 931383079,
            "stop": 931383094
        },
        {
            "start": 931383096,
            "stop": 931383141
        },
        {
            "start": 931383143,
            "stop": 931383146
        },
        {
            "start": 931383148,
            "stop": 931383215
        },
        {
            "start": 931383217,
            "stop": 931383266
        },
        {
            "start": 931383268,
            "stop": 931383310
        },
        {
            "start": 931383312,
            "stop": 931383327
        },
        {
            "start": 931383329,
            "stop": 931383406
        },
        {
            "start": 931383408,
            "stop": 931383435
        },
        {
            "start": 931383437,
            "stop": 931383470
        },
        {
            "start": 931383472,
            "stop": 931383510
        },
        {
            "start": 931383512,
            "stop": 931383564
        },
        {
            "start": 931383566,
            "stop": 931383612
        },
        {
            "start": 931383614,
            "stop": 931383657
        },
        {
            "start": 931383660,
            "stop": 931383669
        },
        {
            "start": 931383671,
            "stop": 931383692
        },
        {
            "start": 931383693,
            "stop": 931383744
        },
        {
            "start": 931383746,
            "stop": 931383751
        },
        {
            "start": 931383753,
            "stop": 931383756
        },
        {
            "start": 931383757,
            "stop": 931383830
        }
    ]
}