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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=46",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 47,
    "results": [
        {
            "start": 816175674,
            "stop": 816175704
        },
        {
            "start": 816175713,
            "stop": 816175742
        },
        {
            "start": 816175749,
            "stop": 816175796
        },
        {
            "start": 816175803,
            "stop": 816175888
        },
        {
            "start": 816175895,
            "stop": 816176155
        },
        {
            "start": 816176162,
            "stop": 816176288
        },
        {
            "start": 816176295,
            "stop": 816176348
        },
        {
            "start": 816176356,
            "stop": 816176413
        },
        {
            "start": 816176420,
            "stop": 816176635
        },
        {
            "start": 816176642,
            "stop": 816176666
        },
        {
            "start": 816176673,
            "stop": 816176698
        },
        {
            "start": 816176705,
            "stop": 816176787
        },
        {
            "start": 816176794,
            "stop": 816176941
        },
        {
            "start": 816176949,
            "stop": 816176950
        },
        {
            "start": 816176957,
            "stop": 816177073
        },
        {
            "start": 816177080,
            "stop": 816177315
        },
        {
            "start": 816177322,
            "stop": 816177362
        },
        {
            "start": 816177370,
            "stop": 816177392
        },
        {
            "start": 816177399,
            "stop": 816177625
        },
        {
            "start": 816177632,
            "stop": 816177676
        }
    ]
}