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=15852
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=15853",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15851",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15852,
    "results": [
        {
            "start": 971182011,
            "stop": 971182014
        },
        {
            "start": 971182020,
            "stop": 971182021
        },
        {
            "start": 971182023,
            "stop": 971182025
        },
        {
            "start": 971182027,
            "stop": 971182028
        },
        {
            "start": 971182031,
            "stop": 971182033
        },
        {
            "start": 971182034,
            "stop": 971182035
        },
        {
            "start": 971182036,
            "stop": 971182037
        },
        {
            "start": 971182042,
            "stop": 971182044
        },
        {
            "start": 971182046,
            "stop": 971182047
        },
        {
            "start": 971182049,
            "stop": 971182050
        },
        {
            "start": 971182051,
            "stop": 971182053
        },
        {
            "start": 971182055,
            "stop": 971182056
        },
        {
            "start": 971182058,
            "stop": 971182060
        },
        {
            "start": 971182063,
            "stop": 971182064
        },
        {
            "start": 971182065,
            "stop": 971182066
        },
        {
            "start": 971182069,
            "stop": 971182072
        },
        {
            "start": 971182074,
            "stop": 971182075
        },
        {
            "start": 971182076,
            "stop": 971182078
        },
        {
            "start": 971182097,
            "stop": 971182099
        },
        {
            "start": 971182101,
            "stop": 971182103
        }
    ]
}