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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=149",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 150,
    "results": [
        {
            "start": 1176730920,
            "stop": 1176730921
        },
        {
            "start": 1176730924,
            "stop": 1176730953
        },
        {
            "start": 1176730961,
            "stop": 1176730963
        },
        {
            "start": 1176730964,
            "stop": 1176730966
        },
        {
            "start": 1176730967,
            "stop": 1176730968
        },
        {
            "start": 1176730970,
            "stop": 1176730982
        },
        {
            "start": 1176730989,
            "stop": 1176731009
        },
        {
            "start": 1176731014,
            "stop": 1176731020
        },
        {
            "start": 1176731022,
            "stop": 1176731588
        },
        {
            "start": 1176731590,
            "stop": 1176731701
        },
        {
            "start": 1176731702,
            "stop": 1176731704
        },
        {
            "start": 1176731705,
            "stop": 1176732257
        },
        {
            "start": 1176732258,
            "stop": 1176732388
        },
        {
            "start": 1176732391,
            "stop": 1176732492
        },
        {
            "start": 1176732493,
            "stop": 1176732497
        },
        {
            "start": 1176732499,
            "stop": 1176732509
        },
        {
            "start": 1176732511,
            "stop": 1176732513
        },
        {
            "start": 1176732525,
            "stop": 1176732526
        },
        {
            "start": 1176732527,
            "stop": 1176732528
        },
        {
            "start": 1176732531,
            "stop": 1176732537
        }
    ]
}