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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=61",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 62,
    "results": [
        {
            "start": 828440157,
            "stop": 828459058
        },
        {
            "start": 828459380,
            "stop": 828462110
        },
        {
            "start": 828513668,
            "stop": 828537202
        },
        {
            "start": 828537870,
            "stop": 828543547
        },
        {
            "start": 828589203,
            "stop": 828589617
        },
        {
            "start": 828589660,
            "stop": 828615880
        },
        {
            "start": 828618282,
            "stop": 828619901
        },
        {
            "start": 828705572,
            "stop": 828706019
        },
        {
            "start": 828706270,
            "stop": 828710165
        },
        {
            "start": 828710470,
            "stop": 828712768
        },
        {
            "start": 828713132,
            "stop": 828713237
        },
        {
            "start": 828714163,
            "stop": 828716465
        },
        {
            "start": 828757926,
            "stop": 828796664
        },
        {
            "start": 828797127,
            "stop": 828800614
        },
        {
            "start": 828801482,
            "stop": 828802651
        },
        {
            "start": 828833440,
            "stop": 828890071
        },
        {
            "start": 828890147,
            "stop": 828891277
        },
        {
            "start": 828899551,
            "stop": 828905970
        },
        {
            "start": 828906122,
            "stop": 828910928
        },
        {
            "start": 828929996,
            "stop": 828968677
        }
    ]
}