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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=37",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 38,
    "results": [
        {
            "start": 827973240,
            "stop": 827980709
        },
        {
            "start": 827981917,
            "stop": 828038115
        },
        {
            "start": 828040821,
            "stop": 828041331
        },
        {
            "start": 828042173,
            "stop": 828043541
        },
        {
            "start": 828043896,
            "stop": 828051548
        },
        {
            "start": 828051702,
            "stop": 828112526
        },
        {
            "start": 828116725,
            "stop": 828118077
        },
        {
            "start": 828121528,
            "stop": 828126046
        },
        {
            "start": 828126330,
            "stop": 828126428
        },
        {
            "start": 828126592,
            "stop": 828126953
        },
        {
            "start": 828127014,
            "stop": 828128139
        },
        {
            "start": 828134180,
            "stop": 828138384
        },
        {
            "start": 828138944,
            "stop": 828153408
        },
        {
            "start": 828154571,
            "stop": 828156351
        },
        {
            "start": 828157452,
            "stop": 828158185
        },
        {
            "start": 828165138,
            "stop": 828167467
        },
        {
            "start": 828170357,
            "stop": 828170904
        },
        {
            "start": 828176226,
            "stop": 828178626
        },
        {
            "start": 828181661,
            "stop": 828182118
        },
        {
            "start": 828182779,
            "stop": 828185948
        }
    ]
}