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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=104",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 105,
    "results": [
        {
            "start": 818169682,
            "stop": 818169686
        },
        {
            "start": 818169731,
            "stop": 818169740
        },
        {
            "start": 818169755,
            "stop": 818169756
        },
        {
            "start": 818169792,
            "stop": 818169793
        },
        {
            "start": 818169875,
            "stop": 818169879
        },
        {
            "start": 818169918,
            "stop": 818169919
        },
        {
            "start": 818169993,
            "stop": 818169995
        },
        {
            "start": 818205685,
            "stop": 818205694
        },
        {
            "start": 818205749,
            "stop": 818205755
        },
        {
            "start": 818205763,
            "stop": 818205771
        },
        {
            "start": 818205792,
            "stop": 818205793
        },
        {
            "start": 818205801,
            "stop": 818205802
        },
        {
            "start": 818205810,
            "stop": 818205812
        },
        {
            "start": 818205820,
            "stop": 818205821
        },
        {
            "start": 818205829,
            "stop": 818205836
        },
        {
            "start": 818205853,
            "stop": 818205855
        },
        {
            "start": 818205889,
            "stop": 818205895
        },
        {
            "start": 818205906,
            "stop": 818205909
        },
        {
            "start": 818205917,
            "stop": 818205922
        },
        {
            "start": 818205970,
            "stop": 818205982
        }
    ]
}