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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=219",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 220,
    "results": [
        {
            "start": 820519420,
            "stop": 820519423
        },
        {
            "start": 820519427,
            "stop": 820519677
        },
        {
            "start": 820519681,
            "stop": 820519780
        },
        {
            "start": 820519784,
            "stop": 820519786
        },
        {
            "start": 820519790,
            "stop": 820519890
        },
        {
            "start": 820519893,
            "stop": 820519919
        },
        {
            "start": 820519922,
            "stop": 820520149
        },
        {
            "start": 820520152,
            "stop": 820520175
        },
        {
            "start": 820520179,
            "stop": 820520335
        },
        {
            "start": 820520338,
            "stop": 820520694
        },
        {
            "start": 820520697,
            "stop": 820520717
        },
        {
            "start": 820520721,
            "stop": 820520796
        },
        {
            "start": 820520799,
            "stop": 820520906
        },
        {
            "start": 820520913,
            "stop": 820520957
        },
        {
            "start": 820520960,
            "stop": 820521018
        },
        {
            "start": 820521023,
            "stop": 820521025
        },
        {
            "start": 820521030,
            "stop": 820521032
        },
        {
            "start": 820521035,
            "stop": 820521773
        },
        {
            "start": 820521776,
            "stop": 820521777
        },
        {
            "start": 820521781,
            "stop": 820522131
        }
    ]
}