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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40988",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40989,
    "results": [
        {
            "start": 875143383,
            "stop": 875143445
        },
        {
            "start": 875143447,
            "stop": 875143474
        },
        {
            "start": 875143475,
            "stop": 875143502
        },
        {
            "start": 875143503,
            "stop": 875143545
        },
        {
            "start": 875143546,
            "stop": 875143569
        },
        {
            "start": 875143570,
            "stop": 875143659
        },
        {
            "start": 875143660,
            "stop": 875143690
        },
        {
            "start": 875143692,
            "stop": 875143698
        },
        {
            "start": 875143700,
            "stop": 875143706
        },
        {
            "start": 875143708,
            "stop": 875143750
        },
        {
            "start": 875143752,
            "stop": 875143800
        },
        {
            "start": 875143801,
            "stop": 875143814
        },
        {
            "start": 875143815,
            "stop": 875143854
        },
        {
            "start": 875143855,
            "stop": 875143858
        },
        {
            "start": 875143859,
            "stop": 875143880
        },
        {
            "start": 875143882,
            "stop": 875143919
        },
        {
            "start": 875143923,
            "stop": 875143926
        },
        {
            "start": 875143927,
            "stop": 875143944
        },
        {
            "start": 875143945,
            "stop": 875143955
        },
        {
            "start": 875143957,
            "stop": 875143974
        }
    ]
}