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=4660
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=4661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4659",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4660,
    "results": [
        {
            "start": 874290369,
            "stop": 874290388
        },
        {
            "start": 874290428,
            "stop": 874290440
        },
        {
            "start": 874290461,
            "stop": 874290493
        },
        {
            "start": 874290528,
            "stop": 874290529
        },
        {
            "start": 874290565,
            "stop": 874290583
        },
        {
            "start": 874290602,
            "stop": 874290644
        },
        {
            "start": 874290664,
            "stop": 874290716
        },
        {
            "start": 874290735,
            "stop": 874290758
        },
        {
            "start": 874290786,
            "stop": 874290871
        },
        {
            "start": 874290890,
            "stop": 874290910
        },
        {
            "start": 874290930,
            "stop": 874290961
        },
        {
            "start": 874290980,
            "stop": 874291071
        },
        {
            "start": 874291101,
            "stop": 874291115
        },
        {
            "start": 874291134,
            "stop": 874291137
        },
        {
            "start": 874291257,
            "stop": 874291292
        },
        {
            "start": 874291340,
            "stop": 874291418
        },
        {
            "start": 874291437,
            "stop": 874291443
        },
        {
            "start": 874291483,
            "stop": 874291514
        },
        {
            "start": 874291533,
            "stop": 874291566
        },
        {
            "start": 874291585,
            "stop": 874291610
        }
    ]
}