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=5144
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=5145",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5143",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5144,
    "results": [
        {
            "start": 1136120532,
            "stop": 1136120574
        },
        {
            "start": 1136120576,
            "stop": 1136120581
        },
        {
            "start": 1136120583,
            "stop": 1136120773
        },
        {
            "start": 1136120775,
            "stop": 1136120851
        },
        {
            "start": 1136120853,
            "stop": 1136120880
        },
        {
            "start": 1136120882,
            "stop": 1136120942
        },
        {
            "start": 1136120944,
            "stop": 1136121142
        },
        {
            "start": 1136121144,
            "stop": 1136121273
        },
        {
            "start": 1136121275,
            "stop": 1136121454
        },
        {
            "start": 1136121456,
            "stop": 1136121573
        },
        {
            "start": 1136121575,
            "stop": 1136121623
        },
        {
            "start": 1136121920,
            "stop": 1136121923
        },
        {
            "start": 1136121925,
            "stop": 1136121943
        },
        {
            "start": 1136121944,
            "stop": 1136122039
        },
        {
            "start": 1136122040,
            "stop": 1136122041
        },
        {
            "start": 1136122043,
            "stop": 1136122085
        },
        {
            "start": 1136122087,
            "stop": 1136122107
        },
        {
            "start": 1136122109,
            "stop": 1136122131
        },
        {
            "start": 1136122133,
            "stop": 1136122158
        },
        {
            "start": 1136122160,
            "stop": 1136122203
        }
    ]
}