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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=137",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 138,
    "results": [
        {
            "start": 818069761,
            "stop": 818069763
        },
        {
            "start": 818069766,
            "stop": 818069771
        },
        {
            "start": 818069774,
            "stop": 818069776
        },
        {
            "start": 818069780,
            "stop": 818069782
        },
        {
            "start": 818069787,
            "stop": 818069802
        },
        {
            "start": 818069805,
            "stop": 818069807
        },
        {
            "start": 818069812,
            "stop": 818069813
        },
        {
            "start": 818069819,
            "stop": 818069820
        },
        {
            "start": 818069825,
            "stop": 818069828
        },
        {
            "start": 818069836,
            "stop": 818069838
        },
        {
            "start": 818069844,
            "stop": 818069854
        },
        {
            "start": 818069857,
            "stop": 818069858
        },
        {
            "start": 818069866,
            "stop": 818069867
        },
        {
            "start": 818069878,
            "stop": 818069879
        },
        {
            "start": 818069882,
            "stop": 818069895
        },
        {
            "start": 818069898,
            "stop": 818069901
        },
        {
            "start": 818069905,
            "stop": 818069907
        },
        {
            "start": 818069913,
            "stop": 818069914
        },
        {
            "start": 818069917,
            "stop": 818069920
        },
        {
            "start": 818069925,
            "stop": 818069926
        }
    ]
}