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=1046
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=1047",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1045",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1046,
    "results": [
        {
            "start": 1135516970,
            "stop": 1135524071
        },
        {
            "start": 1135524073,
            "stop": 1135533701
        },
        {
            "start": 1135533702,
            "stop": 1135535700
        },
        {
            "start": 1135535701,
            "stop": 1135537373
        },
        {
            "start": 1135537374,
            "stop": 1135537920
        },
        {
            "start": 1135537922,
            "stop": 1135540062
        },
        {
            "start": 1135540064,
            "stop": 1135545412
        },
        {
            "start": 1135545414,
            "stop": 1135545646
        },
        {
            "start": 1135545649,
            "stop": 1135559957
        },
        {
            "start": 1135559959,
            "stop": 1135567628
        },
        {
            "start": 1135567630,
            "stop": 1135569506
        },
        {
            "start": 1135569507,
            "stop": 1135580063
        },
        {
            "start": 1135580065,
            "stop": 1135580928
        },
        {
            "start": 1135580929,
            "stop": 1135584255
        },
        {
            "start": 1135584257,
            "stop": 1135584879
        },
        {
            "start": 1135584881,
            "stop": 1135586133
        },
        {
            "start": 1135586134,
            "stop": 1135596208
        },
        {
            "start": 1135617234,
            "stop": 1135619085
        },
        {
            "start": 1135619087,
            "stop": 1135620379
        },
        {
            "start": 1135620380,
            "stop": 1135628013
        }
    ]
}