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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=212",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 213,
    "results": [
        {
            "start": 827151902,
            "stop": 827153942
        },
        {
            "start": 827154091,
            "stop": 827154151
        },
        {
            "start": 827160455,
            "stop": 827160575
        },
        {
            "start": 827164577,
            "stop": 827164697
        },
        {
            "start": 827164920,
            "stop": 827164980
        },
        {
            "start": 827165156,
            "stop": 827165306
        },
        {
            "start": 827165817,
            "stop": 827165937
        },
        {
            "start": 827166248,
            "stop": 827166308
        },
        {
            "start": 827166619,
            "stop": 827166679
        },
        {
            "start": 827168376,
            "stop": 827169276
        },
        {
            "start": 827169651,
            "stop": 827169891
        },
        {
            "start": 827170569,
            "stop": 827170629
        },
        {
            "start": 827199763,
            "stop": 827199823
        },
        {
            "start": 827206490,
            "stop": 827206550
        },
        {
            "start": 827209773,
            "stop": 827209833
        },
        {
            "start": 827210134,
            "stop": 827210254
        },
        {
            "start": 827210549,
            "stop": 827210789
        },
        {
            "start": 827210963,
            "stop": 827211353
        },
        {
            "start": 827211542,
            "stop": 827212982
        },
        {
            "start": 827213783,
            "stop": 827214023
        }
    ]
}