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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=222",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 223,
    "results": [
        {
            "start": 1177104903,
            "stop": 1177105202
        },
        {
            "start": 1177105204,
            "stop": 1177105655
        },
        {
            "start": 1177105656,
            "stop": 1177105657
        },
        {
            "start": 1177105658,
            "stop": 1177106305
        },
        {
            "start": 1177106306,
            "stop": 1177106563
        },
        {
            "start": 1177106572,
            "stop": 1177106573
        },
        {
            "start": 1177120791,
            "stop": 1177120856
        },
        {
            "start": 1177120858,
            "stop": 1177120859
        },
        {
            "start": 1177120860,
            "stop": 1177120863
        },
        {
            "start": 1177120865,
            "stop": 1177120920
        },
        {
            "start": 1177120922,
            "stop": 1177121111
        },
        {
            "start": 1177121112,
            "stop": 1177121113
        },
        {
            "start": 1177121115,
            "stop": 1177121337
        },
        {
            "start": 1177121341,
            "stop": 1177121344
        },
        {
            "start": 1177121348,
            "stop": 1177121362
        },
        {
            "start": 1177121363,
            "stop": 1177121365
        },
        {
            "start": 1177121367,
            "stop": 1177121368
        },
        {
            "start": 1177121369,
            "stop": 1177121461
        },
        {
            "start": 1177121465,
            "stop": 1177121526
        },
        {
            "start": 1177121529,
            "stop": 1177121530
        }
    ]
}