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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2,
    "results": [
        {
            "start": 815412410,
            "stop": 815412469
        },
        {
            "start": 815412476,
            "stop": 815412570
        },
        {
            "start": 815412577,
            "stop": 815412596
        },
        {
            "start": 815412603,
            "stop": 815412628
        },
        {
            "start": 815412635,
            "stop": 815412681
        },
        {
            "start": 815412688,
            "stop": 815412694
        },
        {
            "start": 815412702,
            "stop": 815412770
        },
        {
            "start": 815412778,
            "stop": 815412781
        },
        {
            "start": 815412788,
            "stop": 815412791
        },
        {
            "start": 815412798,
            "stop": 815412844
        },
        {
            "start": 815412859,
            "stop": 815412890
        },
        {
            "start": 815413030,
            "stop": 815413162
        },
        {
            "start": 815413169,
            "stop": 815413180
        },
        {
            "start": 815413187,
            "stop": 815413205
        },
        {
            "start": 815413212,
            "stop": 815413265
        },
        {
            "start": 815413272,
            "stop": 815413289
        },
        {
            "start": 815413296,
            "stop": 815413298
        },
        {
            "start": 815413305,
            "stop": 815413361
        },
        {
            "start": 815413368,
            "stop": 815413794
        },
        {
            "start": 815413801,
            "stop": 815414084
        }
    ]
}