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=587
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=588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=586",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 587,
    "results": [
        {
            "start": 827814349,
            "stop": 827814486
        },
        {
            "start": 827814503,
            "stop": 827817628
        },
        {
            "start": 827820324,
            "stop": 827820735
        },
        {
            "start": 827820755,
            "stop": 827820958
        },
        {
            "start": 827820989,
            "stop": 827821164
        },
        {
            "start": 827821182,
            "stop": 827821335
        },
        {
            "start": 827821354,
            "stop": 827821373
        },
        {
            "start": 827821391,
            "stop": 827821398
        },
        {
            "start": 827821424,
            "stop": 827822701
        },
        {
            "start": 827822720,
            "stop": 827823683
        },
        {
            "start": 827823702,
            "stop": 827823722
        },
        {
            "start": 827823740,
            "stop": 827823832
        },
        {
            "start": 827823858,
            "stop": 827825868
        },
        {
            "start": 827825887,
            "stop": 827829173
        },
        {
            "start": 827829194,
            "stop": 827829581
        },
        {
            "start": 827829619,
            "stop": 827829633
        },
        {
            "start": 827829655,
            "stop": 827831236
        },
        {
            "start": 827831253,
            "stop": 827833029
        },
        {
            "start": 827833048,
            "stop": 827841277
        },
        {
            "start": 827841296,
            "stop": 827842803
        }
    ]
}