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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=84",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 85,
    "results": [
        {
            "start": 818062055,
            "stop": 818062062
        },
        {
            "start": 818062084,
            "stop": 818062087
        },
        {
            "start": 818062095,
            "stop": 818062104
        },
        {
            "start": 818062112,
            "stop": 818062118
        },
        {
            "start": 818062134,
            "stop": 818062153
        },
        {
            "start": 818062175,
            "stop": 818062189
        },
        {
            "start": 818062203,
            "stop": 818062207
        },
        {
            "start": 818062272,
            "stop": 818062294
        },
        {
            "start": 818062310,
            "stop": 818062314
        },
        {
            "start": 818062322,
            "stop": 818062330
        },
        {
            "start": 818062384,
            "stop": 818062389
        },
        {
            "start": 818062402,
            "stop": 818062405
        },
        {
            "start": 818062413,
            "stop": 818062417
        },
        {
            "start": 818062436,
            "stop": 818062442
        },
        {
            "start": 818062456,
            "stop": 818062459
        },
        {
            "start": 818062469,
            "stop": 818062471
        },
        {
            "start": 818062490,
            "stop": 818062507
        },
        {
            "start": 818062518,
            "stop": 818062521
        },
        {
            "start": 818062529,
            "stop": 818062534
        },
        {
            "start": 818062542,
            "stop": 818062575
        }
    ]
}