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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=148",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 149,
    "results": [
        {
            "start": 821539161,
            "stop": 821539191
        },
        {
            "start": 821539194,
            "stop": 821539198
        },
        {
            "start": 821539203,
            "stop": 821539215
        },
        {
            "start": 821539220,
            "stop": 821539227
        },
        {
            "start": 821539230,
            "stop": 821539258
        },
        {
            "start": 821539264,
            "stop": 821539337
        },
        {
            "start": 821539340,
            "stop": 821539342
        },
        {
            "start": 821539345,
            "stop": 821539368
        },
        {
            "start": 821539371,
            "stop": 821539410
        },
        {
            "start": 821539420,
            "stop": 821539426
        },
        {
            "start": 821539429,
            "stop": 821539452
        },
        {
            "start": 821539455,
            "stop": 821539471
        },
        {
            "start": 821539479,
            "stop": 821539488
        },
        {
            "start": 821539491,
            "stop": 821539510
        },
        {
            "start": 821539513,
            "stop": 821539600
        },
        {
            "start": 821539603,
            "stop": 821539658
        },
        {
            "start": 821539664,
            "stop": 821539676
        },
        {
            "start": 821539679,
            "stop": 821539697
        },
        {
            "start": 821539700,
            "stop": 821539774
        },
        {
            "start": 821539777,
            "stop": 821539790
        }
    ]
}