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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=53",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 54,
    "results": [
        {
            "start": 824750010,
            "stop": 824750483
        },
        {
            "start": 824756436,
            "stop": 824756530
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824825565
        },
        {
            "start": 824825914,
            "stop": 824825967
        },
        {
            "start": 824832862,
            "stop": 824837904
        },
        {
            "start": 824838308,
            "stop": 824842252
        },
        {
            "start": 824842336,
            "stop": 824844896
        },
        {
            "start": 824846398,
            "stop": 824855362
        },
        {
            "start": 824857591,
            "stop": 824858247
        },
        {
            "start": 824858543,
            "stop": 824872780
        },
        {
            "start": 824877441,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824951826
        },
        {
            "start": 824952586,
            "stop": 824959241
        },
        {
            "start": 824960556,
            "stop": 824968297
        },
        {
            "start": 824974879,
            "stop": 824975793
        },
        {
            "start": 824977858,
            "stop": 824989008
        },
        {
            "start": 824996749,
            "stop": 824996782
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 825101866
        }
    ]
}