Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=203
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=202",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 203,
    "results": [
        {
            "start": 818210983,
            "stop": 818210988
        },
        {
            "start": 818211001,
            "stop": 818211003
        },
        {
            "start": 818211007,
            "stop": 818211008
        },
        {
            "start": 818211012,
            "stop": 818211014
        },
        {
            "start": 818211071,
            "stop": 818211073
        },
        {
            "start": 818211077,
            "stop": 818211082
        },
        {
            "start": 818211088,
            "stop": 818211089
        },
        {
            "start": 818211105,
            "stop": 818211106
        },
        {
            "start": 818211114,
            "stop": 818211115
        },
        {
            "start": 818211124,
            "stop": 818211128
        },
        {
            "start": 818211138,
            "stop": 818211139
        },
        {
            "start": 818211167,
            "stop": 818211171
        },
        {
            "start": 818211202,
            "stop": 818211205
        },
        {
            "start": 818211220,
            "stop": 818211221
        },
        {
            "start": 818211235,
            "stop": 818211236
        },
        {
            "start": 818211240,
            "stop": 818211243
        },
        {
            "start": 818211249,
            "stop": 818211250
        },
        {
            "start": 818211285,
            "stop": 818211289
        },
        {
            "start": 818211297,
            "stop": 818211298
        },
        {
            "start": 818211307,
            "stop": 818211308
        }
    ]
}