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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5048",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5049,
    "results": [
        {
            "start": 874599538,
            "stop": 874599592
        },
        {
            "start": 874599599,
            "stop": 874599634
        },
        {
            "start": 874599642,
            "stop": 874599838
        },
        {
            "start": 874599845,
            "stop": 874599849
        },
        {
            "start": 874599862,
            "stop": 874599877
        },
        {
            "start": 874599885,
            "stop": 874599923
        },
        {
            "start": 874599930,
            "stop": 874599958
        },
        {
            "start": 874599965,
            "stop": 874599984
        },
        {
            "start": 874599991,
            "stop": 874600008
        },
        {
            "start": 874600017,
            "stop": 874600026
        },
        {
            "start": 874600033,
            "stop": 874600079
        },
        {
            "start": 874600086,
            "stop": 874600133
        },
        {
            "start": 874600140,
            "stop": 874600196
        },
        {
            "start": 874600209,
            "stop": 874600212
        },
        {
            "start": 874600219,
            "stop": 874600221
        },
        {
            "start": 874600228,
            "stop": 874600237
        },
        {
            "start": 874600244,
            "stop": 874600267
        },
        {
            "start": 874600276,
            "stop": 874600293
        },
        {
            "start": 874600300,
            "stop": 874600322
        },
        {
            "start": 874600330,
            "stop": 874600388
        }
    ]
}