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=542
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=543",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=541",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 542,
    "results": [
        {
            "start": 827203352,
            "stop": 827203583
        },
        {
            "start": 827203586,
            "stop": 827203627
        },
        {
            "start": 827203630,
            "stop": 827203761
        },
        {
            "start": 827203767,
            "stop": 827203990
        },
        {
            "start": 827203994,
            "stop": 827204092
        },
        {
            "start": 827204095,
            "stop": 827204098
        },
        {
            "start": 827204101,
            "stop": 827204193
        },
        {
            "start": 827204196,
            "stop": 827204399
        },
        {
            "start": 827204408,
            "stop": 827204541
        },
        {
            "start": 827204544,
            "stop": 827204781
        },
        {
            "start": 827204784,
            "stop": 827204787
        },
        {
            "start": 827204790,
            "stop": 827205099
        },
        {
            "start": 827205102,
            "stop": 827205206
        },
        {
            "start": 827205209,
            "stop": 827205287
        },
        {
            "start": 827205291,
            "stop": 827205329
        },
        {
            "start": 827205332,
            "stop": 827205668
        },
        {
            "start": 827205674,
            "stop": 827205682
        },
        {
            "start": 827205699,
            "stop": 827205944
        },
        {
            "start": 827205950,
            "stop": 827205995
        },
        {
            "start": 827205998,
            "stop": 827206056
        }
    ]
}