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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=227",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 228,
    "results": [
        {
            "start": 821179190,
            "stop": 821180033
        },
        {
            "start": 821180041,
            "stop": 821180529
        },
        {
            "start": 821180537,
            "stop": 821180739
        },
        {
            "start": 821180751,
            "stop": 821180757
        },
        {
            "start": 821180765,
            "stop": 821180793
        },
        {
            "start": 821180805,
            "stop": 821180861
        },
        {
            "start": 821180869,
            "stop": 821180893
        },
        {
            "start": 821180901,
            "stop": 821181073
        },
        {
            "start": 821181081,
            "stop": 821181130
        },
        {
            "start": 821181138,
            "stop": 821181172
        },
        {
            "start": 821181182,
            "stop": 821181239
        },
        {
            "start": 821181247,
            "stop": 821181322
        },
        {
            "start": 821181419,
            "stop": 821181477
        },
        {
            "start": 821181485,
            "stop": 821181546
        },
        {
            "start": 821181554,
            "stop": 821181566
        },
        {
            "start": 821181574,
            "stop": 821181629
        },
        {
            "start": 821181637,
            "stop": 821182222
        },
        {
            "start": 821182230,
            "stop": 821182277
        },
        {
            "start": 821182287,
            "stop": 821182299
        },
        {
            "start": 821182314,
            "stop": 821182371
        }
    ]
}