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=4608
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=4609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4607",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4608,
    "results": [
        {
            "start": 874184445,
            "stop": 874184495
        },
        {
            "start": 874184525,
            "stop": 874184789
        },
        {
            "start": 874184909,
            "stop": 874185068
        },
        {
            "start": 874185085,
            "stop": 874185239
        },
        {
            "start": 874185258,
            "stop": 874185335
        },
        {
            "start": 874185354,
            "stop": 874185457
        },
        {
            "start": 874185476,
            "stop": 874185573
        },
        {
            "start": 874185592,
            "stop": 874185894
        },
        {
            "start": 874185913,
            "stop": 874186141
        },
        {
            "start": 874186160,
            "stop": 874186287
        },
        {
            "start": 874186306,
            "stop": 874186345
        },
        {
            "start": 874187038,
            "stop": 874187144
        },
        {
            "start": 874187163,
            "stop": 874187233
        },
        {
            "start": 874187252,
            "stop": 874187272
        },
        {
            "start": 874187292,
            "stop": 874187299
        },
        {
            "start": 874187318,
            "stop": 874187340
        },
        {
            "start": 874187359,
            "stop": 874187398
        },
        {
            "start": 874187417,
            "stop": 874187573
        },
        {
            "start": 874187593,
            "stop": 874187600
        },
        {
            "start": 874187619,
            "stop": 874187652
        }
    ]
}