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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4918",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4919,
    "results": [
        {
            "start": 874294062,
            "stop": 874294128
        },
        {
            "start": 874294147,
            "stop": 874294201
        },
        {
            "start": 874294224,
            "stop": 874294261
        },
        {
            "start": 874294280,
            "stop": 874294308
        },
        {
            "start": 874294332,
            "stop": 874294362
        },
        {
            "start": 874294399,
            "stop": 874294419
        },
        {
            "start": 874294439,
            "stop": 874294443
        },
        {
            "start": 874294463,
            "stop": 874294480
        },
        {
            "start": 874294499,
            "stop": 874294526
        },
        {
            "start": 874294545,
            "stop": 874294549
        },
        {
            "start": 874294568,
            "stop": 874294573
        },
        {
            "start": 874294594,
            "stop": 874294663
        },
        {
            "start": 874294682,
            "stop": 874294725
        },
        {
            "start": 874294745,
            "stop": 874294753
        },
        {
            "start": 874294773,
            "stop": 874294849
        },
        {
            "start": 874294868,
            "stop": 874294883
        },
        {
            "start": 874294902,
            "stop": 874294911
        },
        {
            "start": 874294987,
            "stop": 874294994
        },
        {
            "start": 874295024,
            "stop": 874295055
        },
        {
            "start": 874295130,
            "stop": 874295258
        }
    ]
}