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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3619",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3620,
    "results": [
        {
            "start": 872202849,
            "stop": 872202983
        },
        {
            "start": 872203000,
            "stop": 872203588
        },
        {
            "start": 872203605,
            "stop": 872203884
        },
        {
            "start": 872203901,
            "stop": 872204022
        },
        {
            "start": 872204039,
            "stop": 872204452
        },
        {
            "start": 872204469,
            "stop": 872204915
        },
        {
            "start": 872204932,
            "stop": 872204950
        },
        {
            "start": 872204967,
            "stop": 872205415
        },
        {
            "start": 872205432,
            "stop": 872205436
        },
        {
            "start": 872205453,
            "stop": 872206980
        },
        {
            "start": 872207040,
            "stop": 872207100
        },
        {
            "start": 872207160,
            "stop": 872207280
        },
        {
            "start": 872207340,
            "stop": 872207460
        },
        {
            "start": 872207580,
            "stop": 872207640
        },
        {
            "start": 872207760,
            "stop": 872207880
        },
        {
            "start": 872207940,
            "stop": 872208420
        },
        {
            "start": 872208480,
            "stop": 872208511
        },
        {
            "start": 872208528,
            "stop": 872208866
        },
        {
            "start": 872208883,
            "stop": 872209920
        },
        {
            "start": 872209980,
            "stop": 872210040
        }
    ]
}