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=713
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=714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=712",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 713,
    "results": [
        {
            "start": 866763911,
            "stop": 866766930
        },
        {
            "start": 866766990,
            "stop": 866769572
        },
        {
            "start": 866769589,
            "stop": 866769630
        },
        {
            "start": 866769690,
            "stop": 866770507
        },
        {
            "start": 866770524,
            "stop": 866770581
        },
        {
            "start": 866770601,
            "stop": 866770770
        },
        {
            "start": 866770830,
            "stop": 866770890
        },
        {
            "start": 866770950,
            "stop": 866770951
        },
        {
            "start": 866772017,
            "stop": 866774052
        },
        {
            "start": 866777054,
            "stop": 866777597
        },
        {
            "start": 866777997,
            "stop": 866778088
        },
        {
            "start": 866783067,
            "stop": 866783352
        },
        {
            "start": 866783825,
            "stop": 866823865
        },
        {
            "start": 866830370,
            "stop": 866835961
        },
        {
            "start": 866836043,
            "stop": 866836059
        },
        {
            "start": 866836091,
            "stop": 866836118
        },
        {
            "start": 866856829,
            "stop": 866858070
        },
        {
            "start": 866858199,
            "stop": 866859137
        },
        {
            "start": 866859144,
            "stop": 866862224
        },
        {
            "start": 866867823,
            "stop": 866874839
        }
    ]
}