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=6127
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=6128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6126",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6127,
    "results": [
        {
            "start": 874194079,
            "stop": 874194085
        },
        {
            "start": 874194088,
            "stop": 874194124
        },
        {
            "start": 874194127,
            "stop": 874194139
        },
        {
            "start": 874194143,
            "stop": 874194144
        },
        {
            "start": 874194154,
            "stop": 874194155
        },
        {
            "start": 874194158,
            "stop": 874194163
        },
        {
            "start": 874194166,
            "stop": 874194168
        },
        {
            "start": 874194172,
            "stop": 874194231
        },
        {
            "start": 874194234,
            "stop": 874194446
        },
        {
            "start": 874194449,
            "stop": 874199108
        },
        {
            "start": 874199110,
            "stop": 874201950
        },
        {
            "start": 874201953,
            "stop": 874203281
        },
        {
            "start": 874203282,
            "stop": 874203418
        },
        {
            "start": 874203421,
            "stop": 874203930
        },
        {
            "start": 874203931,
            "stop": 874203935
        },
        {
            "start": 874203937,
            "stop": 874204941
        },
        {
            "start": 874204942,
            "stop": 874205369
        },
        {
            "start": 874205372,
            "stop": 874208177
        },
        {
            "start": 874208179,
            "stop": 874209987
        },
        {
            "start": 874209989,
            "stop": 874210412
        }
    ]
}