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=446
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=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=445",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 446,
    "results": [
        {
            "start": 825899857,
            "stop": 825899859
        },
        {
            "start": 825900522,
            "stop": 825900557
        },
        {
            "start": 825900561,
            "stop": 825900597
        },
        {
            "start": 825900617,
            "stop": 825900677
        },
        {
            "start": 825900681,
            "stop": 825900710
        },
        {
            "start": 825900730,
            "stop": 825900744
        },
        {
            "start": 825900747,
            "stop": 825900781
        },
        {
            "start": 825900891,
            "stop": 825900904
        },
        {
            "start": 825900907,
            "stop": 825900909
        },
        {
            "start": 825900916,
            "stop": 825900966
        },
        {
            "start": 825900971,
            "stop": 825901000
        },
        {
            "start": 825901004,
            "stop": 825901009
        },
        {
            "start": 825901014,
            "stop": 825901017
        },
        {
            "start": 825901020,
            "stop": 825901024
        },
        {
            "start": 825901028,
            "stop": 825901054
        },
        {
            "start": 825901062,
            "stop": 825901089
        },
        {
            "start": 825901095,
            "stop": 825901114
        },
        {
            "start": 825901117,
            "stop": 825901157
        },
        {
            "start": 825901162,
            "stop": 825901180
        },
        {
            "start": 825901192,
            "stop": 825901202
        }
    ]
}