Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=380",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 381,
    "results": [
        {
            "start": 821762068,
            "stop": 821762073
        },
        {
            "start": 821762087,
            "stop": 821762095
        },
        {
            "start": 821762108,
            "stop": 821762113
        },
        {
            "start": 821762117,
            "stop": 821762124
        },
        {
            "start": 821762130,
            "stop": 821762131
        },
        {
            "start": 821762137,
            "stop": 821762141
        },
        {
            "start": 821762148,
            "stop": 821762153
        },
        {
            "start": 821762170,
            "stop": 821762173
        },
        {
            "start": 821762176,
            "stop": 821762183
        },
        {
            "start": 821762186,
            "stop": 821762187
        },
        {
            "start": 821762193,
            "stop": 821762195
        },
        {
            "start": 821762214,
            "stop": 821762216
        },
        {
            "start": 821762219,
            "stop": 821762231
        },
        {
            "start": 821762234,
            "stop": 821762237
        },
        {
            "start": 821762243,
            "stop": 821762251
        },
        {
            "start": 821762254,
            "stop": 821762260
        },
        {
            "start": 821762263,
            "stop": 821762265
        },
        {
            "start": 821762271,
            "stop": 821762277
        },
        {
            "start": 821762280,
            "stop": 821762281
        },
        {
            "start": 821762284,
            "stop": 821762288
        }
    ]
}