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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=119",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 120,
    "results": [
        {
            "start": 953237688,
            "stop": 953237697
        },
        {
            "start": 953237703,
            "stop": 953237783
        },
        {
            "start": 953237787,
            "stop": 953237797
        },
        {
            "start": 953237803,
            "stop": 953237808
        },
        {
            "start": 953237811,
            "stop": 953237831
        },
        {
            "start": 953237834,
            "stop": 953237870
        },
        {
            "start": 953237873,
            "stop": 953237883
        },
        {
            "start": 953237888,
            "stop": 953237900
        },
        {
            "start": 953237903,
            "stop": 953237904
        },
        {
            "start": 953237910,
            "stop": 953237918
        },
        {
            "start": 953237929,
            "stop": 953237932
        },
        {
            "start": 953237944,
            "stop": 953237972
        },
        {
            "start": 953237978,
            "stop": 953238004
        },
        {
            "start": 953238008,
            "stop": 953238020
        },
        {
            "start": 953238024,
            "stop": 953238043
        },
        {
            "start": 953238046,
            "stop": 953238171
        },
        {
            "start": 953238174,
            "stop": 953238228
        },
        {
            "start": 953238241,
            "stop": 953238246
        },
        {
            "start": 953238254,
            "stop": 953238256
        },
        {
            "start": 953238261,
            "stop": 953238265
        }
    ]
}