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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14711",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14712,
    "results": [
        {
            "start": 971172703,
            "stop": 971172705
        },
        {
            "start": 971172710,
            "stop": 971172711
        },
        {
            "start": 971172716,
            "stop": 971172717
        },
        {
            "start": 971172719,
            "stop": 971172720
        },
        {
            "start": 971172721,
            "stop": 971172724
        },
        {
            "start": 971172728,
            "stop": 971172729
        },
        {
            "start": 971172739,
            "stop": 971172740
        },
        {
            "start": 971172748,
            "stop": 971172752
        },
        {
            "start": 971172754,
            "stop": 971172755
        },
        {
            "start": 971172763,
            "stop": 971172765
        },
        {
            "start": 971172768,
            "stop": 971172771
        },
        {
            "start": 971172772,
            "stop": 971172774
        },
        {
            "start": 971172775,
            "stop": 971172777
        },
        {
            "start": 971172778,
            "stop": 971172783
        },
        {
            "start": 971172784,
            "stop": 971172786
        },
        {
            "start": 971172788,
            "stop": 971172791
        },
        {
            "start": 971172795,
            "stop": 971172796
        },
        {
            "start": 971172797,
            "stop": 971172800
        },
        {
            "start": 971172803,
            "stop": 971172806
        },
        {
            "start": 971172808,
            "stop": 971172809
        }
    ]
}