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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=207",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 208,
    "results": [
        {
            "start": 820185509,
            "stop": 820185528
        },
        {
            "start": 820185532,
            "stop": 820185551
        },
        {
            "start": 820185555,
            "stop": 820185760
        },
        {
            "start": 820185763,
            "stop": 820185766
        },
        {
            "start": 820185769,
            "stop": 820185973
        },
        {
            "start": 820185976,
            "stop": 820186066
        },
        {
            "start": 820186069,
            "stop": 820186132
        },
        {
            "start": 820186137,
            "stop": 820186172
        },
        {
            "start": 820186176,
            "stop": 820186226
        },
        {
            "start": 820186229,
            "stop": 820186296
        },
        {
            "start": 820186301,
            "stop": 820186381
        },
        {
            "start": 820186384,
            "stop": 820186405
        },
        {
            "start": 820186408,
            "stop": 820186454
        },
        {
            "start": 820186457,
            "stop": 820186515
        },
        {
            "start": 820186520,
            "stop": 820186521
        },
        {
            "start": 820186525,
            "stop": 820186526
        },
        {
            "start": 820186531,
            "stop": 820186532
        },
        {
            "start": 820186535,
            "stop": 820186571
        },
        {
            "start": 820186574,
            "stop": 820186636
        },
        {
            "start": 820186640,
            "stop": 820186820
        }
    ]
}