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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7337",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7338,
    "results": [
        {
            "start": 969301561,
            "stop": 969301646
        },
        {
            "start": 969301650,
            "stop": 969301697
        },
        {
            "start": 969301787,
            "stop": 969301795
        },
        {
            "start": 969301798,
            "stop": 969301828
        },
        {
            "start": 969301831,
            "stop": 969301838
        },
        {
            "start": 969301841,
            "stop": 969302017
        },
        {
            "start": 969302088,
            "stop": 969302257
        },
        {
            "start": 969308207,
            "stop": 969308350
        },
        {
            "start": 969308353,
            "stop": 969308775
        },
        {
            "start": 969308796,
            "stop": 969308867
        },
        {
            "start": 969308989,
            "stop": 969309038
        },
        {
            "start": 969309078,
            "stop": 969309269
        },
        {
            "start": 969309272,
            "stop": 969309311
        },
        {
            "start": 969309314,
            "stop": 969309341
        },
        {
            "start": 969309527,
            "stop": 969309719
        },
        {
            "start": 969309722,
            "stop": 969309732
        },
        {
            "start": 969309735,
            "stop": 969309767
        },
        {
            "start": 969309887,
            "stop": 969309920
        },
        {
            "start": 969309925,
            "stop": 969309942
        },
        {
            "start": 969309945,
            "stop": 969310007
        }
    ]
}