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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=215",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 216,
    "results": [
        {
            "start": 1177087753,
            "stop": 1177087783
        },
        {
            "start": 1177087784,
            "stop": 1177087858
        },
        {
            "start": 1177087859,
            "stop": 1177087949
        },
        {
            "start": 1177087954,
            "stop": 1177088036
        },
        {
            "start": 1177088046,
            "stop": 1177088048
        },
        {
            "start": 1177088050,
            "stop": 1177088054
        },
        {
            "start": 1177088056,
            "stop": 1177088119
        },
        {
            "start": 1177088122,
            "stop": 1177088123
        },
        {
            "start": 1177088124,
            "stop": 1177088146
        },
        {
            "start": 1177088147,
            "stop": 1177088148
        },
        {
            "start": 1177088150,
            "stop": 1177088151
        },
        {
            "start": 1177088159,
            "stop": 1177088160
        },
        {
            "start": 1177088161,
            "stop": 1177089268
        },
        {
            "start": 1177089271,
            "stop": 1177089760
        },
        {
            "start": 1177089761,
            "stop": 1177090032
        },
        {
            "start": 1177090034,
            "stop": 1177090125
        },
        {
            "start": 1177090127,
            "stop": 1177091205
        },
        {
            "start": 1177091206,
            "stop": 1177091208
        },
        {
            "start": 1177091209,
            "stop": 1177091337
        },
        {
            "start": 1177091338,
            "stop": 1177091446
        }
    ]
}