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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9791",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9792,
    "results": [
        {
            "start": 873310030,
            "stop": 873310035
        },
        {
            "start": 873310052,
            "stop": 873310056
        },
        {
            "start": 873310073,
            "stop": 873310167
        },
        {
            "start": 873310199,
            "stop": 873310387
        },
        {
            "start": 873310404,
            "stop": 873310576
        },
        {
            "start": 873310593,
            "stop": 873310863
        },
        {
            "start": 873310880,
            "stop": 873311039
        },
        {
            "start": 873311258,
            "stop": 873311406
        },
        {
            "start": 873311423,
            "stop": 873311530
        },
        {
            "start": 873311547,
            "stop": 873311855
        },
        {
            "start": 873311975,
            "stop": 873312049
        },
        {
            "start": 873312066,
            "stop": 873312501
        },
        {
            "start": 873312518,
            "stop": 873312945
        },
        {
            "start": 873312962,
            "stop": 873313071
        },
        {
            "start": 873313088,
            "stop": 873313491
        },
        {
            "start": 873313508,
            "stop": 873313812
        },
        {
            "start": 873313829,
            "stop": 873314397
        },
        {
            "start": 873314701,
            "stop": 873315040
        },
        {
            "start": 873315160,
            "stop": 873315540
        },
        {
            "start": 873315600,
            "stop": 873316148
        }
    ]
}