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_CBCHIGH_CAT2/segments?format=api&page=383
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=382",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 383,
    "results": [
        {
            "start": 818284260,
            "stop": 818284262
        },
        {
            "start": 818284530,
            "stop": 818284531
        },
        {
            "start": 818284592,
            "stop": 818284593
        },
        {
            "start": 818284639,
            "stop": 818284640
        },
        {
            "start": 818284737,
            "stop": 818284738
        },
        {
            "start": 818284968,
            "stop": 818284970
        },
        {
            "start": 818284996,
            "stop": 818284997
        },
        {
            "start": 818285003,
            "stop": 818285004
        },
        {
            "start": 818285018,
            "stop": 818285020
        },
        {
            "start": 818285028,
            "stop": 818285029
        },
        {
            "start": 818285181,
            "stop": 818285182
        },
        {
            "start": 818285188,
            "stop": 818285190
        },
        {
            "start": 818285249,
            "stop": 818285250
        },
        {
            "start": 818285471,
            "stop": 818285472
        },
        {
            "start": 818285692,
            "stop": 818285693
        },
        {
            "start": 818285882,
            "stop": 818285884
        },
        {
            "start": 818285926,
            "stop": 818285927
        },
        {
            "start": 818286162,
            "stop": 818286163
        },
        {
            "start": 818286301,
            "stop": 818286302
        },
        {
            "start": 818286315,
            "stop": 818286316
        }
    ]
}