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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=166",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 167,
    "results": [
        {
            "start": 1176839863,
            "stop": 1176840218
        },
        {
            "start": 1176840220,
            "stop": 1176841143
        },
        {
            "start": 1176841145,
            "stop": 1176841152
        },
        {
            "start": 1176841154,
            "stop": 1176841179
        },
        {
            "start": 1176841180,
            "stop": 1176841628
        },
        {
            "start": 1176841631,
            "stop": 1176842377
        },
        {
            "start": 1176842378,
            "stop": 1176842379
        },
        {
            "start": 1176842380,
            "stop": 1176842703
        },
        {
            "start": 1176842708,
            "stop": 1176843010
        },
        {
            "start": 1176843012,
            "stop": 1176844368
        },
        {
            "start": 1176844369,
            "stop": 1176844391
        },
        {
            "start": 1176844392,
            "stop": 1176845075
        },
        {
            "start": 1176845076,
            "stop": 1176845125
        },
        {
            "start": 1176845127,
            "stop": 1176845129
        },
        {
            "start": 1176845131,
            "stop": 1176845533
        },
        {
            "start": 1176845534,
            "stop": 1176845873
        },
        {
            "start": 1176845874,
            "stop": 1176845931
        },
        {
            "start": 1176845932,
            "stop": 1176846156
        },
        {
            "start": 1176846157,
            "stop": 1176846722
        },
        {
            "start": 1176846726,
            "stop": 1176847067
        }
    ]
}