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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1917",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1918,
    "results": [
        {
            "start": 848637675,
            "stop": 848637870
        },
        {
            "start": 848637930,
            "stop": 848638290
        },
        {
            "start": 848638530,
            "stop": 848638688
        },
        {
            "start": 848641931,
            "stop": 848642199
        },
        {
            "start": 848644142,
            "stop": 848648505
        },
        {
            "start": 848649091,
            "stop": 848654553
        },
        {
            "start": 848654554,
            "stop": 848668121
        },
        {
            "start": 848668122,
            "stop": 848673161
        },
        {
            "start": 848676349,
            "stop": 848683986
        },
        {
            "start": 848684046,
            "stop": 848684101
        },
        {
            "start": 848684163,
            "stop": 848684491
        },
        {
            "start": 848684791,
            "stop": 848691390
        },
        {
            "start": 848691545,
            "stop": 848691685
        },
        {
            "start": 848692106,
            "stop": 848692339
        },
        {
            "start": 848692639,
            "stop": 848692685
        },
        {
            "start": 848693369,
            "stop": 848695805
        },
        {
            "start": 848695810,
            "stop": 848695827
        },
        {
            "start": 848695833,
            "stop": 848699250
        },
        {
            "start": 848699430,
            "stop": 848699490
        },
        {
            "start": 848699610,
            "stop": 848699790
        }
    ]
}