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=989
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=990",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=988",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 989,
    "results": [
        {
            "start": 1134918285,
            "stop": 1134918308
        },
        {
            "start": 1134918311,
            "stop": 1134918427
        },
        {
            "start": 1134918442,
            "stop": 1134918445
        },
        {
            "start": 1134918448,
            "stop": 1134918459
        },
        {
            "start": 1134918467,
            "stop": 1134918481
        },
        {
            "start": 1134918741,
            "stop": 1134918808
        },
        {
            "start": 1134918811,
            "stop": 1134918812
        },
        {
            "start": 1134918815,
            "stop": 1134918816
        },
        {
            "start": 1134918819,
            "stop": 1134918829
        },
        {
            "start": 1134918835,
            "stop": 1134918841
        },
        {
            "start": 1134918845,
            "stop": 1134918862
        },
        {
            "start": 1134918865,
            "stop": 1134918871
        },
        {
            "start": 1134918876,
            "stop": 1134918884
        },
        {
            "start": 1134918896,
            "stop": 1134918930
        },
        {
            "start": 1134918935,
            "stop": 1134918936
        },
        {
            "start": 1134918941,
            "stop": 1134918977
        },
        {
            "start": 1134918995,
            "stop": 1134918997
        },
        {
            "start": 1134919008,
            "stop": 1134919030
        },
        {
            "start": 1134919034,
            "stop": 1134919072
        },
        {
            "start": 1134919076,
            "stop": 1134919093
        }
    ]
}