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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=524",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 525,
    "results": [
        {
            "start": 827148969,
            "stop": 827149015
        },
        {
            "start": 827149018,
            "stop": 827149085
        },
        {
            "start": 827149089,
            "stop": 827149122
        },
        {
            "start": 827149125,
            "stop": 827149155
        },
        {
            "start": 827149159,
            "stop": 827149852
        },
        {
            "start": 827149856,
            "stop": 827150199
        },
        {
            "start": 827150204,
            "stop": 827150223
        },
        {
            "start": 827150226,
            "stop": 827150348
        },
        {
            "start": 827150351,
            "stop": 827150590
        },
        {
            "start": 827150593,
            "stop": 827150914
        },
        {
            "start": 827150919,
            "stop": 827151896
        },
        {
            "start": 827151899,
            "stop": 827153691
        },
        {
            "start": 827153708,
            "stop": 827154876
        },
        {
            "start": 827154879,
            "stop": 827156262
        },
        {
            "start": 827156562,
            "stop": 827156863
        },
        {
            "start": 827156867,
            "stop": 827156876
        },
        {
            "start": 827156893,
            "stop": 827156992
        },
        {
            "start": 827156995,
            "stop": 827157350
        },
        {
            "start": 827157370,
            "stop": 827157515
        },
        {
            "start": 827157519,
            "stop": 827157681
        }
    ]
}