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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=305",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 306,
    "results": [
        {
            "start": 822487512,
            "stop": 822487573
        },
        {
            "start": 822487724,
            "stop": 822487768
        },
        {
            "start": 822487771,
            "stop": 822487814
        },
        {
            "start": 822487817,
            "stop": 822487853
        },
        {
            "start": 822487856,
            "stop": 822487859
        },
        {
            "start": 822487863,
            "stop": 822487893
        },
        {
            "start": 822488003,
            "stop": 822488004
        },
        {
            "start": 822488007,
            "stop": 822488096
        },
        {
            "start": 822488100,
            "stop": 822488112
        },
        {
            "start": 822488115,
            "stop": 822488147
        },
        {
            "start": 822488150,
            "stop": 822488167
        },
        {
            "start": 822488170,
            "stop": 822488185
        },
        {
            "start": 822488189,
            "stop": 822488230
        },
        {
            "start": 822488233,
            "stop": 822488251
        },
        {
            "start": 822488254,
            "stop": 822488348
        },
        {
            "start": 822489188,
            "stop": 822489241
        },
        {
            "start": 822489544,
            "stop": 822489666
        },
        {
            "start": 822489669,
            "stop": 822489671
        },
        {
            "start": 822489674,
            "stop": 822489714
        },
        {
            "start": 822489717,
            "stop": 822489720
        }
    ]
}