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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=330",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 331,
    "results": [
        {
            "start": 931916795,
            "stop": 931916801
        },
        {
            "start": 931916803,
            "stop": 931916807
        },
        {
            "start": 931916814,
            "stop": 931916821
        },
        {
            "start": 931916823,
            "stop": 931916839
        },
        {
            "start": 931916848,
            "stop": 931916850
        },
        {
            "start": 931916870,
            "stop": 931916880
        },
        {
            "start": 931916882,
            "stop": 931916887
        },
        {
            "start": 931916889,
            "stop": 931916892
        },
        {
            "start": 931916894,
            "stop": 931916895
        },
        {
            "start": 931916897,
            "stop": 931916902
        },
        {
            "start": 931916904,
            "stop": 931916919
        },
        {
            "start": 931916921,
            "stop": 931916925
        },
        {
            "start": 931916929,
            "stop": 931916930
        },
        {
            "start": 931916932,
            "stop": 931916937
        },
        {
            "start": 931916939,
            "stop": 931916950
        },
        {
            "start": 931916954,
            "stop": 931916961
        },
        {
            "start": 931916965,
            "stop": 931916966
        },
        {
            "start": 931916967,
            "stop": 931916977
        },
        {
            "start": 931916983,
            "stop": 931916987
        },
        {
            "start": 931917006,
            "stop": 931917013
        }
    ]
}