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=41032
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=41033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41031",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41032,
    "results": [
        {
            "start": 875188916,
            "stop": 875188980
        },
        {
            "start": 875189160,
            "stop": 875189166
        },
        {
            "start": 875189167,
            "stop": 875189172
        },
        {
            "start": 875189173,
            "stop": 875189177
        },
        {
            "start": 875189178,
            "stop": 875189237
        },
        {
            "start": 875189238,
            "stop": 875189301
        },
        {
            "start": 875189302,
            "stop": 875189317
        },
        {
            "start": 875189318,
            "stop": 875189374
        },
        {
            "start": 875189375,
            "stop": 875189408
        },
        {
            "start": 875189409,
            "stop": 875189429
        },
        {
            "start": 875189430,
            "stop": 875189431
        },
        {
            "start": 875189432,
            "stop": 875189442
        },
        {
            "start": 875189443,
            "stop": 875189450
        },
        {
            "start": 875189451,
            "stop": 875189453
        },
        {
            "start": 875189454,
            "stop": 875189507
        },
        {
            "start": 875189508,
            "stop": 875189621
        },
        {
            "start": 875189622,
            "stop": 875189624
        },
        {
            "start": 875189626,
            "stop": 875189642
        },
        {
            "start": 875189643,
            "stop": 875189647
        },
        {
            "start": 875189648,
            "stop": 875189663
        }
    ]
}