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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=128",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 129,
    "results": [
        {
            "start": 931456441,
            "stop": 931456446
        },
        {
            "start": 931456447,
            "stop": 931456454
        },
        {
            "start": 931456456,
            "stop": 931456458
        },
        {
            "start": 931456460,
            "stop": 931456464
        },
        {
            "start": 931456465,
            "stop": 931456466
        },
        {
            "start": 931456468,
            "stop": 931456471
        },
        {
            "start": 931456490,
            "stop": 931456493
        },
        {
            "start": 931456494,
            "stop": 931456495
        },
        {
            "start": 931456497,
            "stop": 931456501
        },
        {
            "start": 931456503,
            "stop": 931456506
        },
        {
            "start": 931456507,
            "stop": 931456508
        },
        {
            "start": 931456509,
            "stop": 931456513
        },
        {
            "start": 931456516,
            "stop": 931456523
        },
        {
            "start": 931456527,
            "stop": 931456580
        },
        {
            "start": 931456586,
            "stop": 931456587
        },
        {
            "start": 931456594,
            "stop": 931456610
        },
        {
            "start": 931456612,
            "stop": 931456613
        },
        {
            "start": 931456614,
            "stop": 931456620
        },
        {
            "start": 931456622,
            "stop": 931456625
        },
        {
            "start": 931456627,
            "stop": 931456630
        }
    ]
}