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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=143",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 144,
    "results": [
        {
            "start": 817136954,
            "stop": 817136956
        },
        {
            "start": 817136976,
            "stop": 817137000
        },
        {
            "start": 817137060,
            "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": 817138260,
            "stop": 817138308
        },
        {
            "start": 817138346,
            "stop": 817138356
        },
        {
            "start": 817138381,
            "stop": 817138560
        },
        {
            "start": 817138680,
            "stop": 817138780
        },
        {
            "start": 817138846,
            "stop": 817138880
        },
        {
            "start": 817138910,
            "stop": 817138939
        },
        {
            "start": 817138963,
            "stop": 817138997
        },
        {
            "start": 817139021,
            "stop": 817139040
        },
        {
            "start": 817139128,
            "stop": 817139154
        },
        {
            "start": 817139280,
            "stop": 817139458
        },
        {
            "start": 817139479,
            "stop": 817139510
        }
    ]
}