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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=740",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=738",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 739,
    "results": [
        {
            "start": 953612574,
            "stop": 953612596
        },
        {
            "start": 953612602,
            "stop": 953613255
        },
        {
            "start": 953613261,
            "stop": 953613508
        },
        {
            "start": 953613514,
            "stop": 953613653
        },
        {
            "start": 953613659,
            "stop": 953613875
        },
        {
            "start": 953613881,
            "stop": 953614084
        },
        {
            "start": 953614089,
            "stop": 953614433
        },
        {
            "start": 953614439,
            "stop": 953614462
        },
        {
            "start": 953614468,
            "stop": 953615388
        },
        {
            "start": 953615393,
            "stop": 953615888
        },
        {
            "start": 953616541,
            "stop": 953616785
        },
        {
            "start": 953616925,
            "stop": 953616926
        },
        {
            "start": 953616941,
            "stop": 953616942
        },
        {
            "start": 953616953,
            "stop": 953616965
        },
        {
            "start": 953616971,
            "stop": 953617461
        },
        {
            "start": 953617467,
            "stop": 953617763
        },
        {
            "start": 953617769,
            "stop": 953617957
        },
        {
            "start": 953617962,
            "stop": 953618170
        },
        {
            "start": 953618176,
            "stop": 953618261
        },
        {
            "start": 953618267,
            "stop": 953618398
        }
    ]
}