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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=731",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 732,
    "results": [
        {
            "start": 830476212,
            "stop": 830481360
        },
        {
            "start": 830481480,
            "stop": 830481570
        },
        {
            "start": 830481573,
            "stop": 830481660
        },
        {
            "start": 830481720,
            "stop": 830482371
        },
        {
            "start": 830482374,
            "stop": 830483299
        },
        {
            "start": 830483302,
            "stop": 830483336
        },
        {
            "start": 830483339,
            "stop": 830486229
        },
        {
            "start": 830486232,
            "stop": 830486375
        },
        {
            "start": 830486379,
            "stop": 830486404
        },
        {
            "start": 830486408,
            "stop": 830486640
        },
        {
            "start": 830486700,
            "stop": 830487300
        },
        {
            "start": 830487360,
            "stop": 830488304
        },
        {
            "start": 830488321,
            "stop": 830490773
        },
        {
            "start": 830498248,
            "stop": 830498263
        },
        {
            "start": 830498292,
            "stop": 830498297
        },
        {
            "start": 830498316,
            "stop": 830498321
        },
        {
            "start": 830498547,
            "stop": 830498551
        },
        {
            "start": 830498709,
            "stop": 830498710
        },
        {
            "start": 830498729,
            "stop": 830498780
        },
        {
            "start": 830498855,
            "stop": 830498863
        }
    ]
}