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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7584",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7582",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7583,
    "results": [
        {
            "start": 970489345,
            "stop": 970489348
        },
        {
            "start": 970489355,
            "stop": 970489358
        },
        {
            "start": 970489362,
            "stop": 970489366
        },
        {
            "start": 970489370,
            "stop": 970489376
        },
        {
            "start": 970489385,
            "stop": 970489390
        },
        {
            "start": 970489393,
            "stop": 970489397
        },
        {
            "start": 970489400,
            "stop": 970489401
        },
        {
            "start": 970489406,
            "stop": 970489409
        },
        {
            "start": 970489416,
            "stop": 970489417
        },
        {
            "start": 970489421,
            "stop": 970489426
        },
        {
            "start": 970489431,
            "stop": 970489433
        },
        {
            "start": 970489465,
            "stop": 970489470
        },
        {
            "start": 970489476,
            "stop": 970489481
        },
        {
            "start": 970489484,
            "stop": 970489487
        },
        {
            "start": 970489497,
            "stop": 970489510
        },
        {
            "start": 970489513,
            "stop": 970489519
        },
        {
            "start": 970489522,
            "stop": 970489523
        },
        {
            "start": 970489530,
            "stop": 970489532
        },
        {
            "start": 970489535,
            "stop": 970489542
        },
        {
            "start": 970489546,
            "stop": 970489549
        }
    ]
}