Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=32",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 33,
    "results": [
        {
            "start": 819929331,
            "stop": 819968658
        },
        {
            "start": 819969025,
            "stop": 819974519
        },
        {
            "start": 819975882,
            "stop": 820002956
        },
        {
            "start": 820026974,
            "stop": 820046258
        },
        {
            "start": 820046259,
            "stop": 820063003
        },
        {
            "start": 820063430,
            "stop": 820087103
        },
        {
            "start": 820088142,
            "stop": 820101846
        },
        {
            "start": 820101847,
            "stop": 820108768
        },
        {
            "start": 820111320,
            "stop": 820115189
        },
        {
            "start": 820115777,
            "stop": 820121730
        },
        {
            "start": 820121731,
            "stop": 820161324
        },
        {
            "start": 820161325,
            "stop": 820175560
        },
        {
            "start": 820175567,
            "stop": 820175730
        },
        {
            "start": 820177085,
            "stop": 820181270
        },
        {
            "start": 820181277,
            "stop": 820190891
        },
        {
            "start": 820190898,
            "stop": 820196407
        },
        {
            "start": 820197260,
            "stop": 820199661
        },
        {
            "start": 820200202,
            "stop": 820207929
        },
        {
            "start": 820207937,
            "stop": 820210679
        },
        {
            "start": 820211746,
            "stop": 820218536
        }
    ]
}