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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=116",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 117,
    "results": [
        {
            "start": 817887220,
            "stop": 817887450
        },
        {
            "start": 817887457,
            "stop": 817887480
        },
        {
            "start": 817887487,
            "stop": 817887759
        },
        {
            "start": 817887771,
            "stop": 817888152
        },
        {
            "start": 817888159,
            "stop": 817888182
        },
        {
            "start": 817888190,
            "stop": 817888770
        },
        {
            "start": 817888778,
            "stop": 817888808
        },
        {
            "start": 817888841,
            "stop": 817888859
        },
        {
            "start": 817888900,
            "stop": 817888957
        },
        {
            "start": 817888986,
            "stop": 817889164
        },
        {
            "start": 817889171,
            "stop": 817889199
        },
        {
            "start": 817889206,
            "stop": 817889209
        },
        {
            "start": 817889217,
            "stop": 817889689
        },
        {
            "start": 817889697,
            "stop": 817889892
        },
        {
            "start": 817889921,
            "stop": 817890019
        },
        {
            "start": 817890030,
            "stop": 817890196
        },
        {
            "start": 817890203,
            "stop": 817890249
        },
        {
            "start": 817890257,
            "stop": 817890444
        },
        {
            "start": 817890452,
            "stop": 817890885
        },
        {
            "start": 817890892,
            "stop": 817890898
        }
    ]
}