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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 170,
    "results": [
        {
            "start": 931599719,
            "stop": 931599722
        },
        {
            "start": 931599727,
            "stop": 931599730
        },
        {
            "start": 931599735,
            "stop": 931599736
        },
        {
            "start": 931599743,
            "stop": 931599748
        },
        {
            "start": 931599755,
            "stop": 931599758
        },
        {
            "start": 931599770,
            "stop": 931599776
        },
        {
            "start": 931599779,
            "stop": 931599794
        },
        {
            "start": 931599799,
            "stop": 931599806
        },
        {
            "start": 931599811,
            "stop": 931599816
        },
        {
            "start": 931599821,
            "stop": 931599824
        },
        {
            "start": 931599827,
            "stop": 931599837
        },
        {
            "start": 931599841,
            "stop": 931599842
        },
        {
            "start": 931599845,
            "stop": 931599855
        },
        {
            "start": 931599861,
            "stop": 931599864
        },
        {
            "start": 931599871,
            "stop": 931599873
        },
        {
            "start": 931599882,
            "stop": 931599888
        },
        {
            "start": 931599894,
            "stop": 931599900
        },
        {
            "start": 931599904,
            "stop": 931599906
        },
        {
            "start": 931599910,
            "stop": 931599922
        },
        {
            "start": 931599925,
            "stop": 931599931
        }
    ]
}