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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=10",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 11,
    "results": [
        {
            "start": 817551548,
            "stop": 817552748
        },
        {
            "start": 817555363,
            "stop": 817564371
        },
        {
            "start": 817566099,
            "stop": 817566653
        },
        {
            "start": 817567848,
            "stop": 817569552
        },
        {
            "start": 817570188,
            "stop": 817570711
        },
        {
            "start": 817573361,
            "stop": 817575031
        },
        {
            "start": 817575095,
            "stop": 817577265
        },
        {
            "start": 817577363,
            "stop": 817577599
        },
        {
            "start": 817577663,
            "stop": 817592583
        },
        {
            "start": 817594520,
            "stop": 817596506
        },
        {
            "start": 817597348,
            "stop": 817600286
        },
        {
            "start": 817605934,
            "stop": 817606523
        },
        {
            "start": 817606764,
            "stop": 817618160
        },
        {
            "start": 817633929,
            "stop": 817662198
        },
        {
            "start": 817664610,
            "stop": 817682955
        },
        {
            "start": 817684188,
            "stop": 817687097
        },
        {
            "start": 817688327,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707372
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        }
    ]
}