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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=67",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 68,
    "results": [
        {
            "start": 822745395,
            "stop": 822755770
        },
        {
            "start": 822755801,
            "stop": 822756237
        },
        {
            "start": 822756333,
            "stop": 822757813
        },
        {
            "start": 822757843,
            "stop": 822757845
        },
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822776291
        },
        {
            "start": 822776440,
            "stop": 822777313
        },
        {
            "start": 822777490,
            "stop": 822777729
        },
        {
            "start": 822779149,
            "stop": 822781453
        },
        {
            "start": 822781460,
            "stop": 822781462
        },
        {
            "start": 822782446,
            "stop": 822793393
        },
        {
            "start": 822793435,
            "stop": 822793436
        },
        {
            "start": 822793497,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800054
        },
        {
            "start": 822800154,
            "stop": 822800719
        },
        {
            "start": 822800786,
            "stop": 822800841
        },
        {
            "start": 822800948,
            "stop": 822801913
        },
        {
            "start": 822801924,
            "stop": 822801925
        },
        {
            "start": 822801974,
            "stop": 822804445
        }
    ]
}