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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=145",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 146,
    "results": [
        {
            "start": 817123553,
            "stop": 817123685
        },
        {
            "start": 817123716,
            "stop": 817123756
        },
        {
            "start": 817123760,
            "stop": 817123837
        },
        {
            "start": 817123841,
            "stop": 817123918
        },
        {
            "start": 817124072,
            "stop": 817124076
        },
        {
            "start": 817124135,
            "stop": 817124146
        },
        {
            "start": 817124172,
            "stop": 817124192
        },
        {
            "start": 817124214,
            "stop": 817124266
        },
        {
            "start": 817124475,
            "stop": 817124478
        },
        {
            "start": 817124519,
            "stop": 817124521
        },
        {
            "start": 817124627,
            "stop": 817124647
        },
        {
            "start": 817124691,
            "stop": 817124736
        },
        {
            "start": 817124756,
            "stop": 817124779
        },
        {
            "start": 817124862,
            "stop": 817124871
        },
        {
            "start": 817124976,
            "stop": 817124999
        },
        {
            "start": 817125020,
            "stop": 817125037
        },
        {
            "start": 817125181,
            "stop": 817125187
        },
        {
            "start": 817130254,
            "stop": 817130261
        },
        {
            "start": 817130297,
            "stop": 817130326
        },
        {
            "start": 817130329,
            "stop": 817130361
        }
    ]
}