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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=113",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 114,
    "results": [
        {
            "start": 931767285,
            "stop": 931767336
        },
        {
            "start": 931767338,
            "stop": 931767392
        },
        {
            "start": 931767394,
            "stop": 931767467
        },
        {
            "start": 931767470,
            "stop": 931767482
        },
        {
            "start": 931767485,
            "stop": 931767498
        },
        {
            "start": 931767500,
            "stop": 931767512
        },
        {
            "start": 931767515,
            "stop": 931767527
        },
        {
            "start": 931767530,
            "stop": 931767557
        },
        {
            "start": 931767560,
            "stop": 931767618
        },
        {
            "start": 931767620,
            "stop": 931767633
        },
        {
            "start": 931767635,
            "stop": 931767648
        },
        {
            "start": 931767650,
            "stop": 931767663
        },
        {
            "start": 931767665,
            "stop": 931768324
        },
        {
            "start": 931768342,
            "stop": 931768528
        },
        {
            "start": 931768546,
            "stop": 931768727
        },
        {
            "start": 931768744,
            "stop": 931768766
        },
        {
            "start": 931768817,
            "stop": 931768830
        },
        {
            "start": 931768848,
            "stop": 931768860
        },
        {
            "start": 931768865,
            "stop": 931768917
        },
        {
            "start": 931768935,
            "stop": 931769097
        }
    ]
}