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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=357",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 358,
    "results": [
        {
            "start": 824778364,
            "stop": 824778588
        },
        {
            "start": 824779501,
            "stop": 824781407
        },
        {
            "start": 824781415,
            "stop": 824786871
        },
        {
            "start": 824786879,
            "stop": 824787927
        },
        {
            "start": 824787935,
            "stop": 824790907
        },
        {
            "start": 824793758,
            "stop": 824796595
        },
        {
            "start": 824796603,
            "stop": 824801683
        },
        {
            "start": 824801691,
            "stop": 824802867
        },
        {
            "start": 824802872,
            "stop": 824802969
        },
        {
            "start": 824802980,
            "stop": 824803001
        },
        {
            "start": 824803006,
            "stop": 824803037
        },
        {
            "start": 824803044,
            "stop": 824803118
        },
        {
            "start": 824803138,
            "stop": 824803169
        },
        {
            "start": 824803183,
            "stop": 824803185
        },
        {
            "start": 824803680,
            "stop": 824803776
        },
        {
            "start": 824803781,
            "stop": 824803875
        },
        {
            "start": 824803909,
            "stop": 824803921
        },
        {
            "start": 824803931,
            "stop": 824803956
        },
        {
            "start": 824803968,
            "stop": 824803977
        },
        {
            "start": 824804009,
            "stop": 824804032
        }
    ]
}