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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5120",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5121,
    "results": [
        {
            "start": 873484194,
            "stop": 873484347
        },
        {
            "start": 873484355,
            "stop": 873484420
        },
        {
            "start": 873484427,
            "stop": 873484929
        },
        {
            "start": 873484936,
            "stop": 873484973
        },
        {
            "start": 873484980,
            "stop": 873485187
        },
        {
            "start": 873485195,
            "stop": 873485730
        },
        {
            "start": 873485970,
            "stop": 873486228
        },
        {
            "start": 873486236,
            "stop": 873486350
        },
        {
            "start": 873486358,
            "stop": 873486373
        },
        {
            "start": 873486380,
            "stop": 873486416
        },
        {
            "start": 873486425,
            "stop": 873486595
        },
        {
            "start": 873486840,
            "stop": 873486842
        },
        {
            "start": 873487894,
            "stop": 873487926
        },
        {
            "start": 873487960,
            "stop": 873487994
        },
        {
            "start": 873488002,
            "stop": 873488049
        },
        {
            "start": 873488056,
            "stop": 873488179
        },
        {
            "start": 873488194,
            "stop": 873488197
        },
        {
            "start": 873488205,
            "stop": 873488226
        },
        {
            "start": 873488237,
            "stop": 873488267
        },
        {
            "start": 873488278,
            "stop": 873488305
        }
    ]
}