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=8902
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=8903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8901",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8902,
    "results": [
        {
            "start": 873342624,
            "stop": 873342660
        },
        {
            "start": 873343548,
            "stop": 873343642
        },
        {
            "start": 873344521,
            "stop": 873344715
        },
        {
            "start": 873344734,
            "stop": 873344768
        },
        {
            "start": 873344787,
            "stop": 873345161
        },
        {
            "start": 873345180,
            "stop": 873345371
        },
        {
            "start": 873345399,
            "stop": 873345529
        },
        {
            "start": 873345546,
            "stop": 873346211
        },
        {
            "start": 873346228,
            "stop": 873346543
        },
        {
            "start": 873346575,
            "stop": 873348206
        },
        {
            "start": 873348223,
            "stop": 873348573
        },
        {
            "start": 873348590,
            "stop": 873349114
        },
        {
            "start": 873349986,
            "stop": 873350182
        },
        {
            "start": 873350320,
            "stop": 873350715
        },
        {
            "start": 873350732,
            "stop": 873351527
        },
        {
            "start": 873351546,
            "stop": 873351789
        },
        {
            "start": 873351806,
            "stop": 873352015
        },
        {
            "start": 873352034,
            "stop": 873352310
        },
        {
            "start": 873352343,
            "stop": 873352346
        },
        {
            "start": 873352365,
            "stop": 873352803
        }
    ]
}