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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=175",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 176,
    "results": [
        {
            "start": 819091436,
            "stop": 819091549
        },
        {
            "start": 819091557,
            "stop": 819091613
        },
        {
            "start": 819091622,
            "stop": 819092286
        },
        {
            "start": 819092302,
            "stop": 819092309
        },
        {
            "start": 819092367,
            "stop": 819093062
        },
        {
            "start": 819093070,
            "stop": 819093080
        },
        {
            "start": 819093586,
            "stop": 819096711
        },
        {
            "start": 819103166,
            "stop": 819103620
        },
        {
            "start": 819103628,
            "stop": 819109797
        },
        {
            "start": 819109804,
            "stop": 819111096
        },
        {
            "start": 819111104,
            "stop": 819114662
        },
        {
            "start": 819114672,
            "stop": 819114744
        },
        {
            "start": 819114752,
            "stop": 819114848
        },
        {
            "start": 819114897,
            "stop": 819115327
        },
        {
            "start": 819115335,
            "stop": 819115391
        },
        {
            "start": 819115399,
            "stop": 819115621
        },
        {
            "start": 819115629,
            "stop": 819118761
        },
        {
            "start": 819118769,
            "stop": 819118777
        },
        {
            "start": 819118784,
            "stop": 819120481
        },
        {
            "start": 819120496,
            "stop": 819120517
        }
    ]
}