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=2092
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=2093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2091",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2092,
    "results": [
        {
            "start": 871576437,
            "stop": 871586728
        },
        {
            "start": 871586750,
            "stop": 871586754
        },
        {
            "start": 871586782,
            "stop": 871586837
        },
        {
            "start": 871586861,
            "stop": 871586896
        },
        {
            "start": 871586921,
            "stop": 871586925
        },
        {
            "start": 871586942,
            "stop": 871587000
        },
        {
            "start": 871587035,
            "stop": 871595116
        },
        {
            "start": 871595122,
            "stop": 871595193
        },
        {
            "start": 871595198,
            "stop": 871595343
        },
        {
            "start": 871595348,
            "stop": 871595449
        },
        {
            "start": 871595455,
            "stop": 871595539
        },
        {
            "start": 871595545,
            "stop": 871598676
        },
        {
            "start": 871598693,
            "stop": 871598828
        },
        {
            "start": 871599542,
            "stop": 871609302
        },
        {
            "start": 871609321,
            "stop": 871617481
        },
        {
            "start": 871617499,
            "stop": 871619849
        },
        {
            "start": 871619868,
            "stop": 871620711
        },
        {
            "start": 871620730,
            "stop": 871621638
        },
        {
            "start": 871622415,
            "stop": 871627918
        },
        {
            "start": 871628745,
            "stop": 871633440
        }
    ]
}