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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 126,
    "results": [
        {
            "start": 820184828,
            "stop": 820184830
        },
        {
            "start": 820184834,
            "stop": 820184870
        },
        {
            "start": 820184873,
            "stop": 820184898
        },
        {
            "start": 820184901,
            "stop": 820185035
        },
        {
            "start": 820185039,
            "stop": 820185089
        },
        {
            "start": 820185092,
            "stop": 820185253
        },
        {
            "start": 820185256,
            "stop": 820185346
        },
        {
            "start": 820185351,
            "stop": 820185433
        },
        {
            "start": 820185436,
            "stop": 820185506
        },
        {
            "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
        }
    ]
}