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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=148",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 149,
    "results": [
        {
            "start": 817136226,
            "stop": 817136783
        },
        {
            "start": 817136845,
            "stop": 817136934
        },
        {
            "start": 817136954,
            "stop": 817136956
        },
        {
            "start": 817136976,
            "stop": 817137157
        },
        {
            "start": 817137183,
            "stop": 817137505
        },
        {
            "start": 817137522,
            "stop": 817137529
        },
        {
            "start": 817137548,
            "stop": 817137888
        },
        {
            "start": 817137921,
            "stop": 817137993
        },
        {
            "start": 817138013,
            "stop": 817138135
        },
        {
            "start": 817138164,
            "stop": 817138194
        },
        {
            "start": 817138215,
            "stop": 817138308
        },
        {
            "start": 817138346,
            "stop": 817138356
        },
        {
            "start": 817138381,
            "stop": 817138780
        },
        {
            "start": 817138846,
            "stop": 817138880
        },
        {
            "start": 817138910,
            "stop": 817138939
        },
        {
            "start": 817138963,
            "stop": 817138997
        },
        {
            "start": 817139021,
            "stop": 817139055
        },
        {
            "start": 817139059,
            "stop": 817139083
        },
        {
            "start": 817139128,
            "stop": 817139154
        },
        {
            "start": 817139174,
            "stop": 817139458
        }
    ]
}