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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=526",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 527,
    "results": [
        {
            "start": 828127014,
            "stop": 828128138
        },
        {
            "start": 828134180,
            "stop": 828138383
        },
        {
            "start": 828138944,
            "stop": 828153406
        },
        {
            "start": 828154571,
            "stop": 828156350
        },
        {
            "start": 828157452,
            "stop": 828158184
        },
        {
            "start": 828165138,
            "stop": 828167466
        },
        {
            "start": 828170357,
            "stop": 828170903
        },
        {
            "start": 828176226,
            "stop": 828178625
        },
        {
            "start": 828181661,
            "stop": 828182117
        },
        {
            "start": 828182779,
            "stop": 828185947
        },
        {
            "start": 828186704,
            "stop": 828186826
        },
        {
            "start": 828187587,
            "stop": 828190773
        },
        {
            "start": 828191486,
            "stop": 828191806
        },
        {
            "start": 828222067,
            "stop": 828224999
        },
        {
            "start": 828230103,
            "stop": 828233687
        },
        {
            "start": 828242698,
            "stop": 828265897
        },
        {
            "start": 828266890,
            "stop": 828281813
        },
        {
            "start": 828281820,
            "stop": 828282097
        },
        {
            "start": 828282850,
            "stop": 828283809
        },
        {
            "start": 828283918,
            "stop": 828287830
        }
    ]
}