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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9072",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9073,
    "results": [
        {
            "start": 874554704,
            "stop": 874554783
        },
        {
            "start": 874554802,
            "stop": 874554863
        },
        {
            "start": 874554882,
            "stop": 874554931
        },
        {
            "start": 874554950,
            "stop": 874555067
        },
        {
            "start": 874555086,
            "stop": 874555333
        },
        {
            "start": 874555352,
            "stop": 874556411
        },
        {
            "start": 874556429,
            "stop": 874556626
        },
        {
            "start": 874556643,
            "stop": 874558716
        },
        {
            "start": 874558733,
            "stop": 874558781
        },
        {
            "start": 874558798,
            "stop": 874559917
        },
        {
            "start": 874559938,
            "stop": 874560126
        },
        {
            "start": 874560143,
            "stop": 874560157
        },
        {
            "start": 874560176,
            "stop": 874560184
        },
        {
            "start": 874560204,
            "stop": 874560774
        },
        {
            "start": 874560794,
            "stop": 874560832
        },
        {
            "start": 874560858,
            "stop": 874561192
        },
        {
            "start": 874561209,
            "stop": 874563513
        },
        {
            "start": 874563530,
            "stop": 874564852
        },
        {
            "start": 874564871,
            "stop": 874564968
        },
        {
            "start": 874564986,
            "stop": 874565782
        }
    ]
}