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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=266",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 267,
    "results": [
        {
            "start": 821711503,
            "stop": 821711597
        },
        {
            "start": 821711602,
            "stop": 821711684
        },
        {
            "start": 821711689,
            "stop": 821711721
        },
        {
            "start": 821711726,
            "stop": 821711917
        },
        {
            "start": 821711922,
            "stop": 821712092
        },
        {
            "start": 821712097,
            "stop": 821712111
        },
        {
            "start": 821712270,
            "stop": 821712355
        },
        {
            "start": 821712361,
            "stop": 821712600
        },
        {
            "start": 821712605,
            "stop": 821712731
        },
        {
            "start": 821712736,
            "stop": 821712839
        },
        {
            "start": 821712844,
            "stop": 821712852
        },
        {
            "start": 821712857,
            "stop": 821712974
        },
        {
            "start": 821713412,
            "stop": 821713426
        },
        {
            "start": 821713431,
            "stop": 821713464
        },
        {
            "start": 821713469,
            "stop": 821713529
        },
        {
            "start": 821713535,
            "stop": 821714354
        },
        {
            "start": 821714361,
            "stop": 821714382
        },
        {
            "start": 821714387,
            "stop": 821714438
        },
        {
            "start": 821714443,
            "stop": 821714574
        },
        {
            "start": 821714584,
            "stop": 821714708
        }
    ]
}