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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=661",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 662,
    "results": [
        {
            "start": 857513028,
            "stop": 857514030
        },
        {
            "start": 857515722,
            "stop": 857516490
        },
        {
            "start": 857517570,
            "stop": 857521770
        },
        {
            "start": 857523555,
            "stop": 857529150
        },
        {
            "start": 857529210,
            "stop": 857529226
        },
        {
            "start": 857530374,
            "stop": 857531052
        },
        {
            "start": 857531671,
            "stop": 857536710
        },
        {
            "start": 857536830,
            "stop": 857544210
        },
        {
            "start": 857545339,
            "stop": 857551710
        },
        {
            "start": 857551770,
            "stop": 857551795
        },
        {
            "start": 857552645,
            "stop": 857559090
        },
        {
            "start": 857559150,
            "stop": 857559162
        },
        {
            "start": 857559774,
            "stop": 857574690
        },
        {
            "start": 857574750,
            "stop": 857580776
        },
        {
            "start": 857580808,
            "stop": 857582002
        },
        {
            "start": 857583894,
            "stop": 857592077
        },
        {
            "start": 857593865,
            "stop": 857596918
        },
        {
            "start": 857597962,
            "stop": 857616270
        },
        {
            "start": 857616390,
            "stop": 857632710
        },
        {
            "start": 857632770,
            "stop": 857632790
        }
    ]
}