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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=170",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 171,
    "results": [
        {
            "start": 818827929,
            "stop": 818831783
        },
        {
            "start": 818839467,
            "stop": 818840005
        },
        {
            "start": 818840787,
            "stop": 818843276
        },
        {
            "start": 818843283,
            "stop": 818843370
        },
        {
            "start": 818843377,
            "stop": 818843438
        },
        {
            "start": 818843445,
            "stop": 818843547
        },
        {
            "start": 818843554,
            "stop": 818843562
        },
        {
            "start": 818843569,
            "stop": 818843590
        },
        {
            "start": 818843606,
            "stop": 818843665
        },
        {
            "start": 818843699,
            "stop": 818843700
        },
        {
            "start": 818844608,
            "stop": 818848600
        },
        {
            "start": 818848608,
            "stop": 818852391
        },
        {
            "start": 818852398,
            "stop": 818853104
        },
        {
            "start": 818853112,
            "stop": 818856263
        },
        {
            "start": 818856270,
            "stop": 818866887
        },
        {
            "start": 818866893,
            "stop": 818866920
        },
        {
            "start": 818866927,
            "stop": 818867148
        },
        {
            "start": 818867164,
            "stop": 818867169
        },
        {
            "start": 818867175,
            "stop": 818867182
        },
        {
            "start": 818867189,
            "stop": 818867251
        }
    ]
}