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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46970",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46971,
    "results": [
        {
            "start": 875212006,
            "stop": 875212011
        },
        {
            "start": 875212015,
            "stop": 875212023
        },
        {
            "start": 875212026,
            "stop": 875212048
        },
        {
            "start": 875212049,
            "stop": 875212060
        },
        {
            "start": 875212062,
            "stop": 875212068
        },
        {
            "start": 875212072,
            "stop": 875212088
        },
        {
            "start": 875212089,
            "stop": 875212090
        },
        {
            "start": 875212092,
            "stop": 875212112
        },
        {
            "start": 875212113,
            "stop": 875212121
        },
        {
            "start": 875212124,
            "stop": 875212127
        },
        {
            "start": 875212128,
            "stop": 875212133
        },
        {
            "start": 875212134,
            "stop": 875212139
        },
        {
            "start": 875212140,
            "stop": 875212162
        },
        {
            "start": 875212165,
            "stop": 875212169
        },
        {
            "start": 875212170,
            "stop": 875212174
        },
        {
            "start": 875212177,
            "stop": 875212206
        },
        {
            "start": 875212209,
            "stop": 875212228
        },
        {
            "start": 875212229,
            "stop": 875212230
        },
        {
            "start": 875212233,
            "stop": 875212239
        },
        {
            "start": 875212241,
            "stop": 875212243
        }
    ]
}