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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=61",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 62,
    "results": [
        {
            "start": 816213991,
            "stop": 816214194
        },
        {
            "start": 816214202,
            "stop": 816214245
        },
        {
            "start": 816214528,
            "stop": 816214593
        },
        {
            "start": 816214604,
            "stop": 816214607
        },
        {
            "start": 816214614,
            "stop": 816214995
        },
        {
            "start": 816215002,
            "stop": 816215059
        },
        {
            "start": 816215067,
            "stop": 816215161
        },
        {
            "start": 816215168,
            "stop": 816215320
        },
        {
            "start": 816215328,
            "stop": 816215493
        },
        {
            "start": 816215500,
            "stop": 816215619
        },
        {
            "start": 816215626,
            "stop": 816215628
        },
        {
            "start": 816215636,
            "stop": 816215791
        },
        {
            "start": 816215982,
            "stop": 816216245
        },
        {
            "start": 816216253,
            "stop": 816216528
        },
        {
            "start": 816216535,
            "stop": 816216869
        },
        {
            "start": 816216876,
            "stop": 816216882
        },
        {
            "start": 816232187,
            "stop": 816232483
        },
        {
            "start": 816232587,
            "stop": 816232629
        },
        {
            "start": 816232900,
            "stop": 816232903
        },
        {
            "start": 816232966,
            "stop": 816233027
        }
    ]
}