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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4141",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4142,
    "results": [
        {
            "start": 874289407,
            "stop": 874289467
        },
        {
            "start": 874289486,
            "stop": 874289581
        },
        {
            "start": 874289611,
            "stop": 874289678
        },
        {
            "start": 874289697,
            "stop": 874289733
        },
        {
            "start": 874289752,
            "stop": 874289761
        },
        {
            "start": 874289781,
            "stop": 874289887
        },
        {
            "start": 874289907,
            "stop": 874289917
        },
        {
            "start": 874289936,
            "stop": 874290000
        },
        {
            "start": 874290077,
            "stop": 874290078
        },
        {
            "start": 874290244,
            "stop": 874290310
        },
        {
            "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
        }
    ]
}