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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5096",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5094",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5095,
    "results": [
        {
            "start": 1135874565,
            "stop": 1135874570
        },
        {
            "start": 1135874572,
            "stop": 1135874591
        },
        {
            "start": 1135874593,
            "stop": 1135874611
        },
        {
            "start": 1135874613,
            "stop": 1135874644
        },
        {
            "start": 1135874646,
            "stop": 1135874813
        },
        {
            "start": 1135874815,
            "stop": 1135874852
        },
        {
            "start": 1135874854,
            "stop": 1135874898
        },
        {
            "start": 1135874900,
            "stop": 1135875014
        },
        {
            "start": 1135875016,
            "stop": 1135875019
        },
        {
            "start": 1135875021,
            "stop": 1135875127
        },
        {
            "start": 1135875129,
            "stop": 1135875132
        },
        {
            "start": 1135875134,
            "stop": 1135875247
        },
        {
            "start": 1135875249,
            "stop": 1135875264
        },
        {
            "start": 1135875266,
            "stop": 1135875270
        },
        {
            "start": 1135875272,
            "stop": 1135875283
        },
        {
            "start": 1135875285,
            "stop": 1135875318
        },
        {
            "start": 1135875321,
            "stop": 1135875354
        },
        {
            "start": 1135875356,
            "stop": 1135875359
        },
        {
            "start": 1135875361,
            "stop": 1135875365
        },
        {
            "start": 1135875367,
            "stop": 1135875437
        }
    ]
}