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=2194
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=2195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2193",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2194,
    "results": [
        {
            "start": 872521413,
            "stop": 872521453
        },
        {
            "start": 872521480,
            "stop": 872521504
        },
        {
            "start": 872521549,
            "stop": 872521564
        },
        {
            "start": 872521617,
            "stop": 872521639
        },
        {
            "start": 872521656,
            "stop": 872521728
        },
        {
            "start": 872521745,
            "stop": 872521777
        },
        {
            "start": 872521809,
            "stop": 872521824
        },
        {
            "start": 872521841,
            "stop": 872521845
        },
        {
            "start": 872521893,
            "stop": 872521912
        },
        {
            "start": 872522151,
            "stop": 872522231
        },
        {
            "start": 872522248,
            "stop": 872522352
        },
        {
            "start": 872522369,
            "stop": 872522436
        },
        {
            "start": 872522453,
            "stop": 872522461
        },
        {
            "start": 872522478,
            "stop": 872522495
        },
        {
            "start": 872522518,
            "stop": 872522521
        },
        {
            "start": 872522558,
            "stop": 872522652
        },
        {
            "start": 872522669,
            "stop": 872523762
        },
        {
            "start": 872523779,
            "stop": 872523828
        },
        {
            "start": 872523845,
            "stop": 872523868
        },
        {
            "start": 872523885,
            "stop": 872524027
        }
    ]
}