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=1044
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=1045",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1043",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1044,
    "results": [
        {
            "start": 1135341174,
            "stop": 1135341455
        },
        {
            "start": 1135341458,
            "stop": 1135342079
        },
        {
            "start": 1135342080,
            "stop": 1135349254
        },
        {
            "start": 1135349255,
            "stop": 1135349434
        },
        {
            "start": 1135349437,
            "stop": 1135351051
        },
        {
            "start": 1135351052,
            "stop": 1135354031
        },
        {
            "start": 1135354032,
            "stop": 1135356379
        },
        {
            "start": 1135356381,
            "stop": 1135356542
        },
        {
            "start": 1135356544,
            "stop": 1135357835
        },
        {
            "start": 1135357837,
            "stop": 1135358307
        },
        {
            "start": 1135358309,
            "stop": 1135359995
        },
        {
            "start": 1135359997,
            "stop": 1135361420
        },
        {
            "start": 1135361422,
            "stop": 1135362909
        },
        {
            "start": 1135362911,
            "stop": 1135364643
        },
        {
            "start": 1135366079,
            "stop": 1135366756
        },
        {
            "start": 1135366758,
            "stop": 1135370966
        },
        {
            "start": 1135370968,
            "stop": 1135373879
        },
        {
            "start": 1135373880,
            "stop": 1135374085
        },
        {
            "start": 1135374087,
            "stop": 1135374491
        },
        {
            "start": 1135374493,
            "stop": 1135376310
        }
    ]
}