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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2047",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2048,
    "results": [
        {
            "start": 860442159,
            "stop": 860443982
        },
        {
            "start": 860443988,
            "stop": 860444017
        },
        {
            "start": 860444025,
            "stop": 860444407
        },
        {
            "start": 860444469,
            "stop": 860445427
        },
        {
            "start": 860445430,
            "stop": 860445434
        },
        {
            "start": 860445439,
            "stop": 860445560
        },
        {
            "start": 860445565,
            "stop": 860447584
        },
        {
            "start": 860447589,
            "stop": 860447863
        },
        {
            "start": 860448012,
            "stop": 860448410
        },
        {
            "start": 860448413,
            "stop": 860448421
        },
        {
            "start": 860448652,
            "stop": 860448762
        },
        {
            "start": 860448768,
            "stop": 860448910
        },
        {
            "start": 860448915,
            "stop": 860449275
        },
        {
            "start": 860449280,
            "stop": 860449290
        },
        {
            "start": 860449295,
            "stop": 860449600
        },
        {
            "start": 860449605,
            "stop": 860449620
        },
        {
            "start": 860449625,
            "stop": 860451725
        },
        {
            "start": 860451730,
            "stop": 860453898
        },
        {
            "start": 860454234,
            "stop": 860454260
        },
        {
            "start": 860454560,
            "stop": 860478293
        }
    ]
}