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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=121",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 122,
    "results": [
        {
            "start": 818064836,
            "stop": 818064837
        },
        {
            "start": 818064842,
            "stop": 818064844
        },
        {
            "start": 818064849,
            "stop": 818064851
        },
        {
            "start": 818064854,
            "stop": 818064862
        },
        {
            "start": 818064868,
            "stop": 818064870
        },
        {
            "start": 818064878,
            "stop": 818064879
        },
        {
            "start": 818064885,
            "stop": 818064889
        },
        {
            "start": 818064904,
            "stop": 818064905
        },
        {
            "start": 818064915,
            "stop": 818064916
        },
        {
            "start": 818064920,
            "stop": 818064921
        },
        {
            "start": 818066420,
            "stop": 818066422
        },
        {
            "start": 818066425,
            "stop": 818066427
        },
        {
            "start": 818066430,
            "stop": 818066432
        },
        {
            "start": 818066437,
            "stop": 818066451
        },
        {
            "start": 818066454,
            "stop": 818066487
        },
        {
            "start": 818066492,
            "stop": 818066495
        },
        {
            "start": 818066498,
            "stop": 818066502
        },
        {
            "start": 818066507,
            "stop": 818066514
        },
        {
            "start": 818066518,
            "stop": 818066521
        },
        {
            "start": 818066525,
            "stop": 818066526
        }
    ]
}