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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=131",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 132,
    "results": [
        {
            "start": 833591017,
            "stop": 833591053
        },
        {
            "start": 833591080,
            "stop": 833591081
        },
        {
            "start": 833591464,
            "stop": 833612413
        },
        {
            "start": 833612424,
            "stop": 833612425
        },
        {
            "start": 833613201,
            "stop": 833628255
        },
        {
            "start": 833628875,
            "stop": 833629453
        },
        {
            "start": 833629497,
            "stop": 833629498
        },
        {
            "start": 833629581,
            "stop": 833631227
        },
        {
            "start": 833632367,
            "stop": 833639168
        },
        {
            "start": 833639357,
            "stop": 833639773
        },
        {
            "start": 833639816,
            "stop": 833639817
        },
        {
            "start": 833672844,
            "stop": 833675164
        },
        {
            "start": 833676035,
            "stop": 833704093
        },
        {
            "start": 833704111,
            "stop": 833704112
        },
        {
            "start": 833705195,
            "stop": 833715013
        },
        {
            "start": 833716636,
            "stop": 833717285
        },
        {
            "start": 833717892,
            "stop": 833717953
        },
        {
            "start": 833750405,
            "stop": 833750893
        },
        {
            "start": 833750895,
            "stop": 833750897
        },
        {
            "start": 833751187,
            "stop": 833752872
        }
    ]
}