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/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1042
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1043",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1041",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1042,
    "results": [
        {
            "start": 1135057749,
            "stop": 1135057750
        },
        {
            "start": 1135057753,
            "stop": 1135057760
        },
        {
            "start": 1135057765,
            "stop": 1135057770
        },
        {
            "start": 1135057773,
            "stop": 1135057774
        },
        {
            "start": 1135057779,
            "stop": 1135057784
        },
        {
            "start": 1135136228,
            "stop": 1135148671
        },
        {
            "start": 1135148673,
            "stop": 1135151418
        },
        {
            "start": 1135151859,
            "stop": 1135155790
        },
        {
            "start": 1135155791,
            "stop": 1135158882
        },
        {
            "start": 1135158883,
            "stop": 1135162716
        },
        {
            "start": 1135162717,
            "stop": 1135166796
        },
        {
            "start": 1135166797,
            "stop": 1135167485
        },
        {
            "start": 1135167486,
            "stop": 1135168025
        },
        {
            "start": 1135168026,
            "stop": 1135169387
        },
        {
            "start": 1135169389,
            "stop": 1135176317
        },
        {
            "start": 1135176319,
            "stop": 1135176349
        },
        {
            "start": 1135176351,
            "stop": 1135177383
        },
        {
            "start": 1135177385,
            "stop": 1135209151
        },
        {
            "start": 1135209153,
            "stop": 1135219887
        },
        {
            "start": 1135219888,
            "stop": 1135230568
        }
    ]
}