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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=121",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 122,
    "results": [
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569323
        },
        {
            "start": 817569856,
            "stop": 817570038
        },
        {
            "start": 817570047,
            "stop": 817570058
        },
        {
            "start": 817570067,
            "stop": 817570092
        },
        {
            "start": 817570100,
            "stop": 817570134
        },
        {
            "start": 817570137,
            "stop": 817570328
        },
        {
            "start": 817570332,
            "stop": 817570412
        },
        {
            "start": 817570417,
            "stop": 817570455
        },
        {
            "start": 817570475,
            "stop": 817570491
        },
        {
            "start": 817570499,
            "stop": 817570505
        },
        {
            "start": 817570514,
            "stop": 817570529
        },
        {
            "start": 817570543,
            "stop": 817570549
        },
        {
            "start": 817570553,
            "stop": 817570563
        },
        {
            "start": 817570567,
            "stop": 817570582
        },
        {
            "start": 817570586,
            "stop": 817570592
        },
        {
            "start": 817570606,
            "stop": 817570616
        },
        {
            "start": 817570620,
            "stop": 817570694
        },
        {
            "start": 817571949,
            "stop": 817572011
        },
        {
            "start": 817572014,
            "stop": 817572204
        }
    ]
}