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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=80",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 81,
    "results": [
        {
            "start": 931535907,
            "stop": 931536010
        },
        {
            "start": 931536435,
            "stop": 931536436
        },
        {
            "start": 931536439,
            "stop": 931536471
        },
        {
            "start": 931536519,
            "stop": 931536530
        },
        {
            "start": 931536563,
            "stop": 931536594
        },
        {
            "start": 931536653,
            "stop": 931536657
        },
        {
            "start": 931536746,
            "stop": 931536761
        },
        {
            "start": 931536883,
            "stop": 931536887
        },
        {
            "start": 931537036,
            "stop": 931537062
        },
        {
            "start": 931537080,
            "stop": 931537117
        },
        {
            "start": 931537149,
            "stop": 931537188
        },
        {
            "start": 931537279,
            "stop": 931537294
        },
        {
            "start": 931537337,
            "stop": 931537344
        },
        {
            "start": 931537467,
            "stop": 931537507
        },
        {
            "start": 931537552,
            "stop": 931537554
        },
        {
            "start": 931537607,
            "stop": 931537638
        },
        {
            "start": 931538147,
            "stop": 931538162
        },
        {
            "start": 931538250,
            "stop": 931538251
        },
        {
            "start": 931538285,
            "stop": 931538323
        },
        {
            "start": 931538380,
            "stop": 931538381
        }
    ]
}