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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=254",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 255,
    "results": [
        {
            "start": 817869574,
            "stop": 817869598
        },
        {
            "start": 817869601,
            "stop": 817869629
        },
        {
            "start": 817869633,
            "stop": 817869712
        },
        {
            "start": 817869775,
            "stop": 817869782
        },
        {
            "start": 817869786,
            "stop": 817869794
        },
        {
            "start": 817869815,
            "stop": 817869825
        },
        {
            "start": 817869828,
            "stop": 817869839
        },
        {
            "start": 817869846,
            "stop": 817869856
        },
        {
            "start": 817869876,
            "stop": 817869892
        },
        {
            "start": 817869915,
            "stop": 817869916
        },
        {
            "start": 817869920,
            "stop": 817869932
        },
        {
            "start": 817869953,
            "stop": 817869956
        },
        {
            "start": 817869982,
            "stop": 817869997
        },
        {
            "start": 817870001,
            "stop": 817870024
        },
        {
            "start": 817870092,
            "stop": 817870102
        },
        {
            "start": 817870121,
            "stop": 817870127
        },
        {
            "start": 817870130,
            "stop": 817870159
        },
        {
            "start": 817870181,
            "stop": 817870221
        },
        {
            "start": 817870226,
            "stop": 817870281
        },
        {
            "start": 817870284,
            "stop": 817870308
        }
    ]
}