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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=242",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 243,
    "results": [
        {
            "start": 1177758362,
            "stop": 1177758364
        },
        {
            "start": 1177758365,
            "stop": 1177758530
        },
        {
            "start": 1177758533,
            "stop": 1177758614
        },
        {
            "start": 1177758615,
            "stop": 1177758745
        },
        {
            "start": 1177758746,
            "stop": 1177759802
        },
        {
            "start": 1177759803,
            "stop": 1177761072
        },
        {
            "start": 1177761073,
            "stop": 1177762031
        },
        {
            "start": 1177762032,
            "stop": 1177762033
        },
        {
            "start": 1177762036,
            "stop": 1177767208
        },
        {
            "start": 1177767210,
            "stop": 1177769742
        },
        {
            "start": 1177770403,
            "stop": 1177774382
        },
        {
            "start": 1177774384,
            "stop": 1177774654
        },
        {
            "start": 1177774656,
            "stop": 1177774680
        },
        {
            "start": 1177774682,
            "stop": 1177775772
        },
        {
            "start": 1177796488,
            "stop": 1177797583
        },
        {
            "start": 1177797585,
            "stop": 1177800534
        },
        {
            "start": 1177800535,
            "stop": 1177800545
        },
        {
            "start": 1177800546,
            "stop": 1177802596
        },
        {
            "start": 1177802597,
            "stop": 1177802700
        },
        {
            "start": 1177802701,
            "stop": 1177802974
        }
    ]
}