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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=157",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 158,
    "results": [
        {
            "start": 1176789896,
            "stop": 1176789899
        },
        {
            "start": 1176789901,
            "stop": 1176789933
        },
        {
            "start": 1176789937,
            "stop": 1176789967
        },
        {
            "start": 1176789968,
            "stop": 1176789973
        },
        {
            "start": 1176789976,
            "stop": 1176790013
        },
        {
            "start": 1176790015,
            "stop": 1176790017
        },
        {
            "start": 1176790022,
            "stop": 1176790082
        },
        {
            "start": 1176790084,
            "stop": 1176790124
        },
        {
            "start": 1176790125,
            "stop": 1176790126
        },
        {
            "start": 1176790128,
            "stop": 1176790131
        },
        {
            "start": 1176790132,
            "stop": 1176790134
        },
        {
            "start": 1176790135,
            "stop": 1176790151
        },
        {
            "start": 1176790162,
            "stop": 1176790166
        },
        {
            "start": 1176790171,
            "stop": 1176790209
        },
        {
            "start": 1176790212,
            "stop": 1176790213
        },
        {
            "start": 1176790214,
            "stop": 1176790278
        },
        {
            "start": 1176790279,
            "stop": 1176790359
        },
        {
            "start": 1176790360,
            "stop": 1176790361
        },
        {
            "start": 1176790364,
            "stop": 1176790406
        },
        {
            "start": 1176790407,
            "stop": 1176790592
        }
    ]
}