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_CW_CAT1/segments?format=api&page=322
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=321",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 322,
    "results": [
        {
            "start": 863217790,
            "stop": 863220718
        },
        {
            "start": 863222314,
            "stop": 863228420
        },
        {
            "start": 863233016,
            "stop": 863276416
        },
        {
            "start": 863294264,
            "stop": 863295658
        },
        {
            "start": 863296724,
            "stop": 863301778
        },
        {
            "start": 863302799,
            "stop": 863308179
        },
        {
            "start": 863308220,
            "stop": 863317356
        },
        {
            "start": 863318844,
            "stop": 863371766
        },
        {
            "start": 863373259,
            "stop": 863377874
        },
        {
            "start": 863378750,
            "stop": 863400953
        },
        {
            "start": 863404107,
            "stop": 863457745
        },
        {
            "start": 863461815,
            "stop": 863462405
        },
        {
            "start": 863491951,
            "stop": 863539854
        },
        {
            "start": 863543099,
            "stop": 863543478
        },
        {
            "start": 863543824,
            "stop": 863547509
        },
        {
            "start": 863571827,
            "stop": 863586037
        },
        {
            "start": 863586041,
            "stop": 863586099
        },
        {
            "start": 863586107,
            "stop": 863586118
        },
        {
            "start": 863586131,
            "stop": 863586253
        },
        {
            "start": 863586257,
            "stop": 863586374
        }
    ]
}