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=6078
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=6079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6077",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6078,
    "results": [
        {
            "start": 873890189,
            "stop": 873890194
        },
        {
            "start": 873890197,
            "stop": 873890201
        },
        {
            "start": 873890204,
            "stop": 873890242
        },
        {
            "start": 873890245,
            "stop": 873890247
        },
        {
            "start": 873890250,
            "stop": 873890252
        },
        {
            "start": 873890255,
            "stop": 873890416
        },
        {
            "start": 873890417,
            "stop": 873890451
        },
        {
            "start": 873890454,
            "stop": 873890456
        },
        {
            "start": 873890459,
            "stop": 873890653
        },
        {
            "start": 873890658,
            "stop": 873890820
        },
        {
            "start": 873890821,
            "stop": 873891149
        },
        {
            "start": 873891152,
            "stop": 873891162
        },
        {
            "start": 873891165,
            "stop": 873891170
        },
        {
            "start": 873891173,
            "stop": 873891181
        },
        {
            "start": 873891188,
            "stop": 873891254
        },
        {
            "start": 873891257,
            "stop": 873891330
        },
        {
            "start": 873891333,
            "stop": 873891337
        },
        {
            "start": 873891340,
            "stop": 873891418
        },
        {
            "start": 873891421,
            "stop": 873891422
        },
        {
            "start": 873891425,
            "stop": 873891572
        }
    ]
}