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=3787
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=3788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3786",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3787,
    "results": [
        {
            "start": 873197115,
            "stop": 873197855
        },
        {
            "start": 873197858,
            "stop": 873197862
        },
        {
            "start": 873197865,
            "stop": 873198450
        },
        {
            "start": 873198453,
            "stop": 873198507
        },
        {
            "start": 873198510,
            "stop": 873198516
        },
        {
            "start": 873198519,
            "stop": 873198530
        },
        {
            "start": 873198533,
            "stop": 873198540
        },
        {
            "start": 873198543,
            "stop": 873198594
        },
        {
            "start": 873198597,
            "stop": 873198656
        },
        {
            "start": 873198659,
            "stop": 873198661
        },
        {
            "start": 873198664,
            "stop": 873198673
        },
        {
            "start": 873198676,
            "stop": 873198677
        },
        {
            "start": 873198680,
            "stop": 873198927
        },
        {
            "start": 873198930,
            "stop": 873198941
        },
        {
            "start": 873198945,
            "stop": 873198957
        },
        {
            "start": 873198961,
            "stop": 873198964
        },
        {
            "start": 873198967,
            "stop": 873198982
        },
        {
            "start": 873198985,
            "stop": 873199010
        },
        {
            "start": 873199013,
            "stop": 873199014
        },
        {
            "start": 873199017,
            "stop": 873199018
        }
    ]
}