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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=432",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 433,
    "results": [
        {
            "start": 825625516,
            "stop": 825626791
        },
        {
            "start": 825626810,
            "stop": 825627286
        },
        {
            "start": 825627289,
            "stop": 825628017
        },
        {
            "start": 825628021,
            "stop": 825630808
        },
        {
            "start": 825630811,
            "stop": 825632094
        },
        {
            "start": 825632097,
            "stop": 825633404
        },
        {
            "start": 825633407,
            "stop": 825633462
        },
        {
            "start": 825633465,
            "stop": 825634333
        },
        {
            "start": 825634357,
            "stop": 825635132
        },
        {
            "start": 825635149,
            "stop": 825637205
        },
        {
            "start": 825637209,
            "stop": 825640005
        },
        {
            "start": 825640029,
            "stop": 825640294
        },
        {
            "start": 825640298,
            "stop": 825640783
        },
        {
            "start": 825640786,
            "stop": 825641576
        },
        {
            "start": 825641579,
            "stop": 825642431
        },
        {
            "start": 825642434,
            "stop": 825644253
        },
        {
            "start": 825644257,
            "stop": 825644259
        },
        {
            "start": 825644263,
            "stop": 825645169
        },
        {
            "start": 825645188,
            "stop": 825646346
        },
        {
            "start": 825646349,
            "stop": 825649783
        }
    ]
}