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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=222",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 223,
    "results": [
        {
            "start": 821157359,
            "stop": 821157562
        },
        {
            "start": 821157570,
            "stop": 821157575
        },
        {
            "start": 821157583,
            "stop": 821157643
        },
        {
            "start": 821157651,
            "stop": 821157670
        },
        {
            "start": 821157678,
            "stop": 821157718
        },
        {
            "start": 821157726,
            "stop": 821157739
        },
        {
            "start": 821157747,
            "stop": 821157798
        },
        {
            "start": 821157806,
            "stop": 821157820
        },
        {
            "start": 821157828,
            "stop": 821157840
        },
        {
            "start": 821157848,
            "stop": 821158236
        },
        {
            "start": 821158244,
            "stop": 821158396
        },
        {
            "start": 821158404,
            "stop": 821158584
        },
        {
            "start": 821158592,
            "stop": 821158622
        },
        {
            "start": 821158636,
            "stop": 821158726
        },
        {
            "start": 821158734,
            "stop": 821159143
        },
        {
            "start": 821159151,
            "stop": 821159246
        },
        {
            "start": 821159254,
            "stop": 821159484
        },
        {
            "start": 821159492,
            "stop": 821159551
        },
        {
            "start": 821159559,
            "stop": 821159571
        },
        {
            "start": 821159597,
            "stop": 821159788
        }
    ]
}