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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=145",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 146,
    "results": [
        {
            "start": 818647765,
            "stop": 818647767
        },
        {
            "start": 818647774,
            "stop": 818647901
        },
        {
            "start": 818647912,
            "stop": 818647914
        },
        {
            "start": 818647930,
            "stop": 818647934
        },
        {
            "start": 818647969,
            "stop": 818647971
        },
        {
            "start": 818647979,
            "stop": 818648042
        },
        {
            "start": 818648051,
            "stop": 818648055
        },
        {
            "start": 818648060,
            "stop": 818648074
        },
        {
            "start": 818648093,
            "stop": 818648099
        },
        {
            "start": 818648107,
            "stop": 818648128
        },
        {
            "start": 818648135,
            "stop": 818648142
        },
        {
            "start": 818648154,
            "stop": 818648181
        },
        {
            "start": 818648187,
            "stop": 818648230
        },
        {
            "start": 818648237,
            "stop": 818648248
        },
        {
            "start": 818648256,
            "stop": 818648259
        },
        {
            "start": 818648268,
            "stop": 818648274
        },
        {
            "start": 818648280,
            "stop": 818648334
        },
        {
            "start": 818648341,
            "stop": 818648345
        },
        {
            "start": 818648351,
            "stop": 818648358
        },
        {
            "start": 818654828,
            "stop": 818654924
        }
    ]
}