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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=92",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 93,
    "results": [
        {
            "start": 824832862,
            "stop": 824837893
        },
        {
            "start": 824837903,
            "stop": 824837904
        },
        {
            "start": 824838308,
            "stop": 824842213
        },
        {
            "start": 824842251,
            "stop": 824842252
        },
        {
            "start": 824842336,
            "stop": 824844853
        },
        {
            "start": 824846398,
            "stop": 824855332
        },
        {
            "start": 824857591,
            "stop": 824858233
        },
        {
            "start": 824858246,
            "stop": 824858247
        },
        {
            "start": 824858543,
            "stop": 824872750
        },
        {
            "start": 824877441,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824951773
        },
        {
            "start": 824952586,
            "stop": 824959212
        },
        {
            "start": 824960556,
            "stop": 824968297
        },
        {
            "start": 824974879,
            "stop": 824975793
        },
        {
            "start": 824977858,
            "stop": 824989008
        },
        {
            "start": 824996749,
            "stop": 824996782
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 825101833
        },
        {
            "start": 825105226,
            "stop": 825106393
        },
        {
            "start": 825106398,
            "stop": 825106399
        }
    ]
}