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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=58",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 59,
    "results": [
        {
            "start": 826108854,
            "stop": 826118314
        },
        {
            "start": 826123275,
            "stop": 826123480
        },
        {
            "start": 826124172,
            "stop": 826124544
        },
        {
            "start": 826125850,
            "stop": 826126568
        },
        {
            "start": 826126750,
            "stop": 826129370
        },
        {
            "start": 826135194,
            "stop": 826135378
        },
        {
            "start": 826137178,
            "stop": 826139236
        },
        {
            "start": 826151547,
            "stop": 826155349
        },
        {
            "start": 826155519,
            "stop": 826155843
        },
        {
            "start": 826156538,
            "stop": 826167650
        },
        {
            "start": 826168222,
            "stop": 826170519
        },
        {
            "start": 826172317,
            "stop": 826181711
        },
        {
            "start": 826183771,
            "stop": 826188430
        },
        {
            "start": 826188495,
            "stop": 826194042
        },
        {
            "start": 826198670,
            "stop": 826207388
        },
        {
            "start": 826208520,
            "stop": 826215287
        },
        {
            "start": 826217229,
            "stop": 826221606
        },
        {
            "start": 826233087,
            "stop": 826235840
        },
        {
            "start": 826238354,
            "stop": 826243280
        },
        {
            "start": 826245684,
            "stop": 826250497
        }
    ]
}