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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9888",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9889,
    "results": [
        {
            "start": 874513020,
            "stop": 874513380
        },
        {
            "start": 874513560,
            "stop": 874513620
        },
        {
            "start": 874513680,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874515120
        },
        {
            "start": 874515240,
            "stop": 874515310
        },
        {
            "start": 874515430,
            "stop": 874515466
        },
        {
            "start": 874515470,
            "stop": 874515480
        },
        {
            "start": 874515720,
            "stop": 874515780
        },
        {
            "start": 874515900,
            "stop": 874515960
        },
        {
            "start": 874516080,
            "stop": 874516343
        },
        {
            "start": 874516360,
            "stop": 874516680
        },
        {
            "start": 874516800,
            "stop": 874516835
        },
        {
            "start": 874516852,
            "stop": 874516877
        },
        {
            "start": 874516894,
            "stop": 874516980
        },
        {
            "start": 874517040,
            "stop": 874517160
        },
        {
            "start": 874517400,
            "stop": 874517460
        },
        {
            "start": 874517520,
            "stop": 874517760
        },
        {
            "start": 874518000,
            "stop": 874518300
        },
        {
            "start": 874518420,
            "stop": 874518840
        },
        {
            "start": 874518900,
            "stop": 874519140
        }
    ]
}