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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=142",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 143,
    "results": [
        {
            "start": 1176724009,
            "stop": 1176724010
        },
        {
            "start": 1176724015,
            "stop": 1176724018
        },
        {
            "start": 1176724024,
            "stop": 1176724026
        },
        {
            "start": 1176724028,
            "stop": 1176724075
        },
        {
            "start": 1176724076,
            "stop": 1176724093
        },
        {
            "start": 1176724094,
            "stop": 1176724190
        },
        {
            "start": 1176724192,
            "stop": 1176724195
        },
        {
            "start": 1176724196,
            "stop": 1176724236
        },
        {
            "start": 1176724238,
            "stop": 1176724242
        },
        {
            "start": 1176724243,
            "stop": 1176724245
        },
        {
            "start": 1176724247,
            "stop": 1176724294
        },
        {
            "start": 1176724296,
            "stop": 1176724338
        },
        {
            "start": 1176724344,
            "stop": 1176724370
        },
        {
            "start": 1176724371,
            "stop": 1176724383
        },
        {
            "start": 1176724385,
            "stop": 1176724401
        },
        {
            "start": 1176724403,
            "stop": 1176724407
        },
        {
            "start": 1176724408,
            "stop": 1176724429
        },
        {
            "start": 1176724432,
            "stop": 1176724435
        },
        {
            "start": 1176724439,
            "stop": 1176724453
        },
        {
            "start": 1176724458,
            "stop": 1176724467
        }
    ]
}