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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=284",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 285,
    "results": [
        {
            "start": 821604976,
            "stop": 821605112
        },
        {
            "start": 821605120,
            "stop": 821605261
        },
        {
            "start": 821605268,
            "stop": 821605394
        },
        {
            "start": 821605402,
            "stop": 821605471
        },
        {
            "start": 821605499,
            "stop": 821605585
        },
        {
            "start": 821605598,
            "stop": 821605626
        },
        {
            "start": 821605633,
            "stop": 821605640
        },
        {
            "start": 821605647,
            "stop": 821605739
        },
        {
            "start": 821605761,
            "stop": 821606259
        },
        {
            "start": 821606266,
            "stop": 821606273
        },
        {
            "start": 821606281,
            "stop": 821606392
        },
        {
            "start": 821606399,
            "stop": 821606555
        },
        {
            "start": 821606576,
            "stop": 821606624
        },
        {
            "start": 821606632,
            "stop": 821606681
        },
        {
            "start": 821606688,
            "stop": 821606700
        },
        {
            "start": 821606714,
            "stop": 821606805
        },
        {
            "start": 821606812,
            "stop": 821606831
        },
        {
            "start": 821606838,
            "stop": 821606881
        },
        {
            "start": 821606888,
            "stop": 821607050
        },
        {
            "start": 821607065,
            "stop": 821607217
        }
    ]
}