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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=307",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 308,
    "results": [
        {
            "start": 822491319,
            "stop": 822491515
        },
        {
            "start": 822491518,
            "stop": 822491545
        },
        {
            "start": 822491548,
            "stop": 822491612
        },
        {
            "start": 822491615,
            "stop": 822491676
        },
        {
            "start": 822491679,
            "stop": 822491738
        },
        {
            "start": 822491742,
            "stop": 822491781
        },
        {
            "start": 822491785,
            "stop": 822491922
        },
        {
            "start": 822491925,
            "stop": 822491948
        },
        {
            "start": 822491952,
            "stop": 822491953
        },
        {
            "start": 822492074,
            "stop": 822492093
        },
        {
            "start": 822492096,
            "stop": 822492412
        },
        {
            "start": 822492415,
            "stop": 822492782
        },
        {
            "start": 822492786,
            "stop": 822492789
        },
        {
            "start": 822492793,
            "stop": 822492912
        },
        {
            "start": 822492915,
            "stop": 822492983
        },
        {
            "start": 822493283,
            "stop": 822493437
        },
        {
            "start": 822493440,
            "stop": 822493597
        },
        {
            "start": 822493600,
            "stop": 822493710
        },
        {
            "start": 822493713,
            "stop": 822493715
        },
        {
            "start": 822493718,
            "stop": 822493993
        }
    ]
}