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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3724",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3725,
    "results": [
        {
            "start": 873469914,
            "stop": 873470134
        },
        {
            "start": 873470151,
            "stop": 873471047
        },
        {
            "start": 873471078,
            "stop": 873471084
        },
        {
            "start": 873471180,
            "stop": 873471600
        },
        {
            "start": 873471660,
            "stop": 873471779
        },
        {
            "start": 873471796,
            "stop": 873472980
        },
        {
            "start": 873473040,
            "stop": 873473760
        },
        {
            "start": 873473820,
            "stop": 873473880
        },
        {
            "start": 873473940,
            "stop": 873474234
        },
        {
            "start": 873474251,
            "stop": 873475874
        },
        {
            "start": 873475891,
            "stop": 873475934
        },
        {
            "start": 873475951,
            "stop": 873476972
        },
        {
            "start": 873476989,
            "stop": 873477788
        },
        {
            "start": 873477805,
            "stop": 873478020
        },
        {
            "start": 873478200,
            "stop": 873479460
        },
        {
            "start": 873479520,
            "stop": 873480108
        },
        {
            "start": 873480112,
            "stop": 873480483
        },
        {
            "start": 873480500,
            "stop": 873480959
        },
        {
            "start": 873480976,
            "stop": 873481165
        },
        {
            "start": 873481182,
            "stop": 873481200
        }
    ]
}