Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1634
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1635",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1633",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1634,
    "results": [
        {
            "start": 955486156,
            "stop": 955486950
        },
        {
            "start": 955488218,
            "stop": 955488231
        },
        {
            "start": 955488233,
            "stop": 955491473
        },
        {
            "start": 955497716,
            "stop": 955500613
        },
        {
            "start": 955500615,
            "stop": 955507537
        },
        {
            "start": 955508444,
            "stop": 955510092
        },
        {
            "start": 955510094,
            "stop": 955510190
        },
        {
            "start": 955510192,
            "stop": 955511616
        },
        {
            "start": 955511618,
            "stop": 955513397
        },
        {
            "start": 955513399,
            "stop": 955514651
        },
        {
            "start": 955514652,
            "stop": 955514801
        },
        {
            "start": 955514803,
            "stop": 955515906
        },
        {
            "start": 955515908,
            "stop": 955516326
        },
        {
            "start": 955516328,
            "stop": 955518246
        },
        {
            "start": 955518248,
            "stop": 955518849
        },
        {
            "start": 955518851,
            "stop": 955520661
        },
        {
            "start": 955520663,
            "stop": 955520765
        },
        {
            "start": 955645551,
            "stop": 955647219
        },
        {
            "start": 955647999,
            "stop": 955652768
        },
        {
            "start": 955652770,
            "stop": 955664109
        }
    ]
}