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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=128",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 129,
    "results": [
        {
            "start": 819002203,
            "stop": 819027629
        },
        {
            "start": 819027633,
            "stop": 819028033
        },
        {
            "start": 819041055,
            "stop": 819043422
        },
        {
            "start": 819043782,
            "stop": 819044175
        },
        {
            "start": 819047310,
            "stop": 819050039
        },
        {
            "start": 819051431,
            "stop": 819057913
        },
        {
            "start": 819057933,
            "stop": 819057934
        },
        {
            "start": 819058808,
            "stop": 819060210
        },
        {
            "start": 819060641,
            "stop": 819066628
        },
        {
            "start": 819067341,
            "stop": 819067620
        },
        {
            "start": 819067931,
            "stop": 819068926
        },
        {
            "start": 819068958,
            "stop": 819071128
        },
        {
            "start": 819071135,
            "stop": 819075707
        },
        {
            "start": 819075873,
            "stop": 819077002
        },
        {
            "start": 819077717,
            "stop": 819093853
        },
        {
            "start": 819094946,
            "stop": 819097025
        },
        {
            "start": 819097054,
            "stop": 819103093
        },
        {
            "start": 819103101,
            "stop": 819109151
        },
        {
            "start": 819109159,
            "stop": 819109358
        },
        {
            "start": 819109365,
            "stop": 819113455
        }
    ]
}