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_CAT4/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_CBCHIGH_CAT4/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=53",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 54,
    "results": [
        {
            "start": 817193772,
            "stop": 817193974
        },
        {
            "start": 817193996,
            "stop": 817194000
        },
        {
            "start": 817194120,
            "stop": 817194199
        },
        {
            "start": 817194202,
            "stop": 817196340
        },
        {
            "start": 817196343,
            "stop": 817196349
        },
        {
            "start": 817196352,
            "stop": 817196453
        },
        {
            "start": 817196456,
            "stop": 817196485
        },
        {
            "start": 817196488,
            "stop": 817196533
        },
        {
            "start": 817196538,
            "stop": 817196568
        },
        {
            "start": 817196572,
            "stop": 817196639
        },
        {
            "start": 817196642,
            "stop": 817196739
        },
        {
            "start": 817196742,
            "stop": 817196835
        },
        {
            "start": 817196838,
            "stop": 817196893
        },
        {
            "start": 817196897,
            "stop": 817196956
        },
        {
            "start": 817196959,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817197042
        },
        {
            "start": 817197045,
            "stop": 817197106
        },
        {
            "start": 817197109,
            "stop": 817197140
        },
        {
            "start": 817197143,
            "stop": 817197222
        },
        {
            "start": 817197225,
            "stop": 817197319
        }
    ]
}